veron-li / google-gdata

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

ResumableUploader UpdateAsync fails with 501 Not Implemented #533

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get an existing DocumentEntry from Google Docs (previously uploaded with 
convert=false and MIME-type Application/octet-stream)
2. Set docEntry.MediaSource = new e MediaFileSource(updatedDocumentPath, 
"application/octet-stream"
3. execute ru.UpdateAsync(cla, docEntry, this);

What is the expected output? What do you see instead?
Expect OnUploadComplete callback to be called with success. Instead, 
OnUploadComplete called with Err 501 Not Implemented 

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

Please provide any additional information below.

Maybe I use the method wrong..

Original issue reported on code.google.com by opronnin...@gmail.com on 9 Aug 2011 at 7:25

GoogleCodeExporter commented 8 years ago
Sorry, I guess this was fixed in 1108..

Original comment by opronnin...@gmail.com on 14 Aug 2011 at 10:52

GoogleCodeExporter commented 8 years ago
Glad to hear that, I thought you were still having that problem and I was 
struggling to reproduce it.

Original comment by ccherub...@google.com on 15 Aug 2011 at 2:25