veron-li / google-gdata

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

ResumableUploader does not set Entry in AsyncOperationCompletedEventArgs in OnUploadComplete() #532

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Initiate a resumable upload using ResumableUploader
2.register callback
3.Check AsyncOperationCompletedEventArgs.Entry when called

What is the expected output? What do you see instead?
expect: AsyncOperationCompletedEventArgs.Entry == DocumentEntry of uplaoded 
file.

see: AsyncOperationCompletedEventArgs.Entry == null, 
AsyncOperationCompletedEventArgs.Stream contains a valid DocumentEntry element

What version of the product are you using? On what operating system?
.net client library 1.8.0.0

Please provide any additional information below.
Would expect

Original issue reported on code.google.com by olep...@gmail.com on 4 Aug 2011 at 8:25

GoogleCodeExporter commented 8 years ago
This was a bit tricky but should be fixed in rev. 1121.
Thanks for reporting the issue

Claudio

Original comment by ccherub...@google.com on 8 Aug 2011 at 10:46