I try to upload a file to googleDoc ( profressional account) and I have a this
log :
-----------------------------------
D:\Documents and Settings\xxx\Mes documents\Downloads\Export.xml
com.google.gdata.util.RedirectRequiredException: Moved Temporarily
<HTML>
<HEAD>
<TITLE>Moved Temporarily</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Temporarily</H1>
The document has moved <A HREF="https://docs.google.com/a/olaneo.fr/">here</A>.
</BODY>
</HTML>
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:561)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:552)
at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:530)
at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:535)
at com.google.gdata.client.Service.getFeed(Service.java:1135)
at com.google.gdata.client.Service.getFeed(Service.java:1077)
at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:669)
at com.google.gdata.client.Service.getFeed(Service.java:1034)
at DocumentList.getDocsListFeed(DocumentList.java:317)
at GoogleDocsUpload.getDocsFromFolder(GoogleDocsUpload.java:581)
at GoogleDocsUpload.upload(GoogleDocsUpload.java:360)
at GoogleDocsUpload.main(GoogleDocsUpload.java:306)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
- Uploading without conversion
- Upload error: Found
- Another try...
- Upload error: Found
- Another try...
- Upload error: Found
- Skipped
The file has been uploaded
---------------------------------
My command is :
C:\"Program Files"\Java\jre6\bin\java.exe -jar "D:\Documents and
Settings\xxx\Mes documents\Downloads\google-docs-upload-1.4.7.jar" %1
--recursive --username xxxx --password xxxx --host docs.olaneo.fr
My file is not uploaded. Why ?
Thank ypou for your help.
Original issue reported on code.google.com by cdu...@olaneo.fr on 4 Dec 2011 at 12:00
Original issue reported on code.google.com by
cdu...@olaneo.fr
on 4 Dec 2011 at 12:00