Ebeo / google-gdata

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

The up-loading of two or more files fails in ResumableUploader. #479

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

Google Data API : 1.7.0.1

Two or more files are up-loaded with YouTubeUploader of Samples.
Only the first file succeeds, and the file since the second fails
because of the HTTP503 error and the HTTP400 error.

Up-loading had succeeded in Google Data API : 1.6.0.0.

How though thought that there is a problem in the following parts?

File name: Google Data API SDK\Sources\Library\core\resumableupload.cs

The variable "lastChunk" used with CopyData() is used again with all the 
up-loading files.

Original issue reported on code.google.com by shimizu-...@gtempaccount.com on 16 Feb 2011 at 1:07

GoogleCodeExporter commented 8 years ago
Hi,

Thanks for issue report, I'll check that code.
Can you post a sample code that allows to reproduce the issue?
Thanks

Claudio

Original comment by ccherub...@google.com on 16 Feb 2011 at 9:45

GoogleCodeExporter commented 8 years ago
Hello,

The problem is reproduced in the following offered sources.

Google Data API SDK\Sources\Samples\YouTubeUploader

Thanks

Original comment by shimizu-...@gtempaccount.com on 17 Feb 2011 at 12:14

GoogleCodeExporter commented 8 years ago

Original comment by ccherub...@google.com on 17 Feb 2011 at 9:37

GoogleCodeExporter commented 8 years ago
I just committed rev. 1082 which is supposed to fix this issue by keeping track 
of a lastChunk entry for each file to be uploaded.

Original comment by ccherub...@google.com on 7 Apr 2011 at 1:17

GoogleCodeExporter commented 8 years ago
Hello,

I am interested in the DLL's or download of this fixed issue. Can't find them 
between the downloads. Can I get them somewhere else?

Thanks,
Frank

Original comment by fpmpeter...@gmail.com on 14 Apr 2011 at 4:57

GoogleCodeExporter commented 8 years ago
You can checkout the latest source code from the svn repository, following the 
instructions at http://code.google.com/p/google-gdata/source/checkout

Original comment by ccherub...@google.com on 14 Apr 2011 at 5:19