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 - include the created object in the response #340

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ResumableUpload is implemented with ReponseReceived even which is a callback 
after the upload was done, and the object (file in case of upload stream to 
drive) was created.

We should extend our Upload and UploadAsync to return the created object in 
addition to the progress we return today.

One option is that our IUploadProgress will include also the created object in 
case the upload was completed successfully.

Original issue reported on code.google.com by pele...@google.com on 24 Jun 2013 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 1 Oct 2013 at 5:34