eddy-geek / ooo2gd

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

impossible to export ods to gogle docs #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open/create ods in OO3
2. activate export ro google docs function
3. type correct username/password

What is the expected output? What do you see instead?
I expect to upload files to gdocs.
What I see it's an error message sayng "Unable to write MIME multipart
message".
The download function works fine.

What version of the product are you using? On what operating system?
0pen office 3.0.1
0002gd 1.5.2

Please provide any additional information below.
Error Log

Try to create DocsService
DocsService created
Try to login
LogedIn
com.google.gdata.util.ServiceException: Unable to write MIME multipart message
    at com.google.gdata.client.media.MediaService.insert(MediaService.java:345)
    at
org.openoffice.gdocs.util.GoogleDocsWrapper.uploadFile(GoogleDocsWrapper.java:14
9)
    at
org.openoffice.gdocs.util.GoogleDocsWrapper.upload(GoogleDocsWrapper.java:91)
    at org.openoffice.gdocs.ui.dialogs.UploadDialog$9.run(UploadDialog.java:455)
    at java.lang.Thread.run(Unknown Source)
Caused by: javax.mail.MessagingException: IOException;
  nested exception is:
    java.io.IOException: Error writing request body to server
    at com.sun.mail.util.LineOutputStream.writeln(LineOutputStream.java:71)
    at javax.mail.internet.MimeMultipart.writeTo(MimeMultipart.java:362)
    at com.google.gdata.client.media.MediaService.insert(MediaService.java:337)
    ... 4 more
Caused by: java.io.IOException: Error writing request body to server
    at
sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.checkError(Unk
nown
Source)
    at
sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.write(Unknown
Source)
    at
sun.net.www.protocol.http.HttpURLConnection$StreamingOutputStream.write(Unknown
Source)
    at com.sun.mail.util.LineOutputStream.writeln(LineOutputStream.java:69)
    ... 6 more

Original issue reported on code.google.com by athe...@gmail.com on 1 Apr 2009 at 3:04

GoogleCodeExporter commented 8 years ago
OO 3.2, Ubuntu 10.04: Error writing request body to server

Original comment by kcholo...@gmail.com on 5 Mar 2011 at 6:30

GoogleCodeExporter commented 8 years ago
Have the above problem on Win7

Original comment by mped...@gmail.com on 30 Mar 2011 at 7:28