Unable upload large file size on Google Docs
- by Preeti
Hi,
I am uploading document on Google Docs as:
DocumentsService myService = new DocumentsService("");
myService.setUserCredentials("username@domain.com", password );
DocumentEntry newEntry = myService.UploadDocument(@"C:\Sample.txt", "Sample.txt");
But when i try to upload a file of 3 MB it result into exception:
An unhandled exception of…