githubpritam / google-gdata

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

Able to Insert Google Document, but not able to Update file. #617

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Insert google document with ResumableUploader
2. Update google document with ResumableUploader

Both steps use an access token.

What is the expected output? What do you see instead?
Expectation is file will be updated, but get a 401 unauthorized error.

What version of the product are you using? On what operating system?
src of .NET library. Updated the Core project to match version in repository 
8/17/2012

Please provide any additional information below.

Original issue reported on code.google.com by bartkow...@gmail.com on 20 Aug 2012 at 4:32

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report and the sample code, we'll investigate it as soon as 
possible.

Please also note that we are investing more and more efforts on the newer Drive 
API (developers.google.com/drive) which already implements all of the functions 
of the Documents List API and uses a new set of client libraries, including one 
for .NET (http://code.google.com/p/google-api-dotnet-client/).

It might be worth for you to start considering using that for your new projects.

Original comment by ccherub...@google.com on 20 Aug 2012 at 4:40

GoogleCodeExporter commented 9 years ago
Thanks. Our framework is in 4.0. Some of the third party libraries seem
to be a challenge to convert up. If I can get around that, I'll gladly
use the new API.

Original comment by bartkow...@gmail.com on 20 Aug 2012 at 9:02