-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for creating a ResumableUpload object with a resumable_url. #61
Comments
I'm also looking for this. I thought the purpose is to be able to reinitiate an upload from the initial resumable_url so we can continue uploading the next chunks without having to start over. Is there any good example for this? |
There isn't currently support for re-creating the This is the sample that shows how to do resumable uploads: |
Oh... right. So I guess our case is beyond the scope of the application. Where we might have lost internet connection or had to even restart the entire server and thought we can resume the upload. I found something close to what I'm looking for here if anyone is looking: https://medium.com/google-cloud/google-cloud-storage-signedurl-resumable-upload-with-curl-74f99e41f0a2 |
Looking at the library and product documentation on resumable uploads, I think it would be possible to add this as a new feature. Documentation on resuming uploads with the resumable session uri:
Summary:
|
@busunkim96 thanks for that! I tried the restful APIs and it works well! |
Hello,
Does this library support resuming an upload?
More specificly, can I construct a working ResumableUpload object from a resumable_url ?
If yes, is there an example of this anywhere?
The text was updated successfully, but these errors were encountered: