Ebeo / google-gdata

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

Upload Multiple videos to Multiple accounts. #385

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an instance of ResumableUploader.
2. Add two videos to the Uploader.
3. For each video, pass in a different Authenticator, which has different 
credentials.

What is the expected output? What do you see instead?
I would expect each video to be uploaded to the account specified in the 
authenticator.  However, the first video uploads to the account in the 
authenticator, but the second video fails to upload to the second account 
specified in the authenticator.

What version of the product are you using? On what operating system?
I am using the latest built on WIndows 7 x64.  I have Microsoft Visual 
Studio Professional 2008.  My language is C#.

Please provide any additional information below.
What I am trying to achieve is upload videos to multiple accounts.

Original issue reported on code.google.com by pathachiever11 on 18 May 2010 at 4:00

GoogleCodeExporter commented 9 years ago
Are you using this async or synchronous?

Frank Mantek
Google

Original comment by fman...@gmail.com on 18 May 2010 at 10:05

GoogleCodeExporter commented 9 years ago
Are you using this async or synchronous?

Frank Mantek
Google

Original comment by fman...@gmail.com on 18 May 2010 at 10:05

GoogleCodeExporter commented 9 years ago
Async

Original comment by pathachiever11 on 18 May 2010 at 8:32

GoogleCodeExporter commented 9 years ago
simple bug. A typical DUH ... 

will fix next week.

Original comment by fman...@gmail.com on 20 May 2010 at 8:10

GoogleCodeExporter commented 9 years ago
I thought so.  I'll be looking forward to the bug fixe.

Original comment by pathachiever11 on 20 May 2010 at 1:49

GoogleCodeExporter commented 9 years ago
I put a fix into subversion in resuambleupload.cs. If you sync & try & verify, 
i would be grateful.

Original comment by fman...@gmail.com on 20 May 2010 at 3:38

GoogleCodeExporter commented 9 years ago
It didn't work for me... :(

Original comment by pathachiever11 on 20 May 2010 at 9:36

GoogleCodeExporter commented 9 years ago
By the way, I was using the Dlls from the subversion...

Original comment by pathachiever11 on 20 May 2010 at 9:37

GoogleCodeExporter commented 9 years ago
I only checked in the source file (i am working on a lot of auth related issues 
right now, i did not want to risk 
checking in DLLs.). You have to pull the code and build the DLL yourself. Let 
me know if you are unconfortable 
with this, and i send you the DLLs. 

Original comment by fman...@gmail.com on 21 May 2010 at 11:02

GoogleCodeExporter commented 9 years ago
Sorry for the late reply, I was away...

I was able to build the Dlls and use them.
The resumable uploader works now and uploads to multiple accounts!

Thanks for eh support!!

Original comment by pathachiever11 on 25 May 2010 at 3:57