abujehad139 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

ResumableUpload upload url #308

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Work by upload doc - 
https://developers.google.com/drive/manage-uploads#resumable.

Currently for uploading media, we use the url mentioned under "mediaUpload -> 
protocls -> simple -> path" in the discovery doc.

we should change that and generate the url ("supportsMediaUpload" = true) with 
the following:

/upload + resource uri (service path + resource path)

Original issue reported on code.google.com by pele...@google.com on 3 Apr 2013 at 11:51

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/8307044/

Original comment by pele...@google.com on 3 Apr 2013 at 12:10

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 9 Apr 2013 at 9:07