Closed GoogleCodeExporter closed 8 years ago
Stack Trace:
at Google.GData.Client.GDataRequest.Execute()
at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
at Google.GData.Client.GDataGAuthRequest.Execute()
at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader, String etag, AsyncSendData data)
at Google.GData.Client.Service.StreamSend(Uri targetUri, Stream inputStream, GDataRequestType type, String contentType, String slugHeader)
at Google.GData.Client.Service.Insert(Uri uriTarget, Stream input, String contentType, String slugHeader)
at Google.GData.Documents.DocumentsService.UploadFile(String fileName, String documentName, String contentType, Boolean convert)
at GDocs.Pages.Helper.GDocsHelper.LoadDocument(String path, String fileName) in D:\sayon\test Docs\test Docs\GDocsHelper.cs:line 282
Original comment by TestUser...@gmail.com
on 18 Oct 2011 at 8:11
Issue 548 has been merged into this issue.
Original comment by ccherub...@google.com
on 18 Oct 2011 at 4:49
[deleted comment]
As reported by the error message, you have to use the resumable upload
mechanism to upload any kind of files.
Please also check
http://googleappsdeveloper.blogspot.com/2011/05/upload-all-file-types-to-any-goo
gle.html
http://code.google.com/p/googlecl/issues/detail?id=394
Original comment by ccherub...@google.com
on 18 Oct 2011 at 5:39
Original issue reported on code.google.com by
TestUser...@gmail.com
on 18 Oct 2011 at 8:09