dongtiaozhou4914 2018-09-23 08:08
浏览 104
已采纳

如何使用Google Cloud Storage JSON API获取可恢复上传的上传进度信息?

I'm using JSON resumable upload in order to upload a file to a cloud storage. But there is no information about "how to retrieve the upload progress state", in the documentation.

In the browser it just says "pending" until the file is uploaded. Any idea how to get progress informations from the client or server?

  • 写回答

1条回答 默认 最新

  • doq8211 2018-09-23 13:22
    关注

    The documentation talks about using the multiple chunks upload mechanism if you want to show progress. That's what you need.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?