emran396 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

ResumableUpload should support a resume method #820

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If upload fails in the middle and we exceed the number of retries or we just 
don't support retries at all, we can't continue to upload the media using our 
current API.
We should provide some resume method to resume a media upload which was 
interrupted "in the middle"

Original issue reported on code.google.com by pele...@google.com on 27 Jul 2013 at 1:08

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 27 Jul 2013 at 1:09

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 29 Jul 2013 at 6:10

GoogleCodeExporter commented 9 years ago
Hello, 
what's the status of this - are we seeing it soon?
Some notes on the implementation as this is not cleared here:

A method that just resumes the upload on IOException, isn't required. This can 
already be implemented with some workarounds using v1.6.

A method that takes an upload url and resumes the file upload is what I'm 
looking for. This is required if you want to continue an upload after let's say 
"an application crash / restart". There's currently no way in doing so.

Original comment by chaosking0912 on 31 Aug 2013 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 1 Sep 2013 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 27 Sep 2013 at 12:04

GoogleCodeExporter commented 9 years ago
Any ETA on 1.18 / this feature?

Original comment by chaosking0912 on 3 Mar 2014 at 1:49