google-code-export / ooo2gd

Automatically exported from code.google.com/p/ooo2gd
1 stars 1 forks source link

Could not convert document: Could not convert document #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of OOo2GD: 2.2.0
Version of Java: 1.6.0_20
Operating System: 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14 UTC 2010 
i686 GNU/Linux
Version of OO.org: 3.2.0
Is OO.org using Sun Java?: yes

What steps will reproduce the problem?
1. open the document
2. try to export

What is the expected output? What do you see instead?
error dialog

Please provide any additional information below.

anti@antimobile:~$ ooffice 
anti@antimobile:~$ com.google.gdata.util.InvalidEntryException: Could not 
convert document.
<errors xmlns='http://schemas.google.com/g/2005'>
<error>
<domain>GData</domain>
<code>InvalidEntryException</code>
<internalReason>Could not convert document.</internalReason>
</error>
</errors>

    at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:558)
    at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:543)
    at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:536)
    at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:515)
    at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:515)
    at com.google.gdata.client.media.MediaService.insert(MediaService.java:390)
    at org.openoffice.gdocs.util.GoogleDocsWrapper.uploadFile(GoogleDocsWrapper.java:166)
    at org.openoffice.gdocs.util.GoogleDocsWrapper.upload(GoogleDocsWrapper.java:110)
    at org.openoffice.gdocs.ui.dialogs.UploadDialog$9.run(UploadDialog.java:499)
    at java.lang.Thread.run(Thread.java:619)

Original issue reported on code.google.com by kocsis.antal on 29 Jul 2010 at 12:19

Attachments:

GoogleCodeExporter commented 9 years ago
It's something wrong with this ODS file, even if you try to upload this file to 
Google Docs using Upload it fails.
Saving this file as XLS and uploading to Google Docs works.

Original comment by przeme...@gmail.com on 29 Jul 2010 at 12:50

GoogleCodeExporter commented 9 years ago
if I delete the last line on second and third sheet it imports too... so there 
is something wrong :)
(the import is interesting, because it break the references, etc... but its 
googles importer)

thanks for your help!

Original comment by kocsis.antal on 3 Aug 2010 at 3:28