abujehad139 / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

FileInsertCall.Convert(true) won't work #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Files.Insert(&drive.File{Title: 
"file.docx"}).Convert(true).Media(reader).Do()

What is the expected output? What do you see instead?
file.docx being uploaded and convert to Google Drive format
but instead only the file name appears in Google Drive, with on content

What version of the product are you using? On what operating system?
the lastest go client library: tag: 5d818df85e09, date:2013.5.28
Windows Xp 

Original issue reported on code.google.com by sun...@gmail.com on 4 Jun 2013 at 3:33

GoogleCodeExporter commented 9 years ago
Maybe it's because of the Bad File Format of file.docx which Google Drive can't 
recognize. 

When on content presented the server would return error code:googleapi: "Error 
503: Backend Error"

Original comment by sun...@gmail.com on 4 Jun 2013 at 7:52