SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

Could not convert Excel File #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just save a Excel File with Java API

DocumentListEntry lDocumentListEntry = new DocumentListEntry();
        File lDocumentFile = new File(pDocsFile.getAbsolutePath());
        lDocumentListEntry.setFile(lDocumentFile, MediaType.fromFileName(
                lDocumentFile.getAbsolutePath()).getMimeType());
mDocsService.insert(getUrl(pDirectory),
                lDocumentListEntry);

What is the expected output? What do you see instead?
com.google.gdata.util.ServiceException: Service Unavailable
An unknown error has occurred.

What version of the product are you using? On what operating system?
2.0 api / Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by pio...@gmail.com on 17 Jan 2009 at 10:27

Attachments:

GoogleCodeExporter commented 9 years ago
Are you able to upload any other files at all., or is this issue occurs only 
for this
file?

Original comment by vbarat...@gmail.com on 3 Feb 2009 at 6:55

GoogleCodeExporter commented 9 years ago
A simple project that upload files from a directory to GDocs server.

on Excel file there is many error.

http://code.google.com/p/gdocsbackup/

Original comment by pio...@gmail.com on 3 Feb 2009 at 8:06

Attachments:

GoogleCodeExporter commented 9 years ago
"Service Unavailable" generally means there is a problem reaching the server 
(401 not
found).  Can you check the url thats used in the insert operation?

Original comment by vbarat...@gmail.com on 10 Feb 2009 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by vbarat...@gmail.com on 10 Feb 2009 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by vbarat...@gmail.com on 6 Mar 2009 at 2:23