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

ReusmableUpload doesn't work #300

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As a result of change 
https://code.google.com/p/google-api-dotnet-client/source/detail?r=c31731ff6b16a
fc7fbbffe3549501392d40d1350
ReusmableUpload stopped working.

Because of the change above, the url contains empty values on the media request.

Original issue reported on code.google.com by pele...@google.com on 8 Mar 2013 at 10:20

GoogleCodeExporter commented 9 years ago
The url of a request looks like the following:
https://www.googleapis.com/upload/drive/v2/files?uploadType=resumable&alt=json&a
lt&fields&oauth_token&prettyPrint"aUser&userIp&convert&ocr&ocrLanguage&pinned&ti
medTextLanguage&timedTextTrackName&useContentAsIndexableText
while it should like this:
https://www.googleapis.com/upload/drive/v2/files?uploadType=resumable

Original comment by pele...@google.com on 8 Mar 2013 at 10:33

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

Original comment by pele...@google.com on 9 Mar 2013 at 4:37