health03adv / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Resumable Upload can not be resumed! #593

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Reproduce the code from 
https://groups.google.com/forum/?fromgroups#!topic/gdata-dotnet-client-library/A
WoPGB9_NzE
2. Start an upload
3. Interupt the upload by deactivating the network device for a second
4. Wait for resume

What is the expected output? What do you see instead?
The upload should be resumed. Instead it is being started from zero again.

Original issue reported on code.google.com by ga...@gmx.de on 2 Jun 2012 at 4:48

GoogleCodeExporter commented 8 years ago
Please share some workaround for this..

Original comment by geminiup...@gmail.com on 17 Sep 2012 at 6:47

GoogleCodeExporter commented 8 years ago
I never found a functioning workaround!

Original comment by ga...@gmx.de on 17 Sep 2012 at 7:34

GoogleCodeExporter commented 8 years ago
If you are using the Documents List API, you should update your code to use the 
newer Drive API (https://developers.google.com/drive) whose implementation of 
the resumable upload protocol works correctly.

Original comment by ccherub...@google.com on 17 Sep 2012 at 7:36

GoogleCodeExporter commented 8 years ago
I use the YouTube API!

Original comment by ga...@gmx.de on 17 Sep 2012 at 9:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks for replying..m also using with youtube API.
can u please share some working xample of DL API?

Original comment by geminiup...@gmail.com on 17 Sep 2012 at 10:04

GoogleCodeExporter commented 8 years ago
DL API?

Original comment by ga...@gmx.de on 17 Sep 2012 at 11:19

GoogleCodeExporter commented 8 years ago
:)..sorry i used the short cut.Document list api i meant to ask..Drive Api..

Original comment by geminiup...@gmail.com on 18 Sep 2012 at 4:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The Google Documents List API version 3.0 resume method still seems to work 
fine for me, however, it is now deprecated.

Original comment by andrew.f...@gmail.com on 19 Sep 2012 at 3:34