Friday, 15 August 2014

Google Drive upload fails on files larger than ~10MB using .NET client library -



Google Drive upload fails on files larger than ~10MB using .NET client library -

we've written .net console app uploads files specific google drive account. code uses google's own .net client library. heart of code this:-

filesresource.insertmediaupload upload = service.files.insert(metadata, fstream, mimetype); upload.upload(); metadatareturned = upload.responsebody;

the app working fine files smaller limit, seems around 10mb. larger files upload fails exception, message beingness "the request aborted: request canceled."

we appreciate suggestions on how upload larger files, or explanation exception.

it looks bug. can please open issue in issue tracker (this best way study bugs, requests, etc.), , seek provide much info can, google's client library's version, os ran code, etc.

i'll seek asap.

thank you, eyal

google-drive-sdk google-api-dotnet-client

No comments:

Post a Comment