YoshiEnari / google-docs-upload

Automatically exported from code.google.com/p/google-docs-upload
0 stars 0 forks source link

Internal Server Error #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Uploading files

What is the expected output? What do you see instead?
- usual output simply lists the file being uploaded.
- As of today, receiving the following:
com.google.gdata.util.ServiceException: Internal Server Error
Internal Error

        at
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Htt
pGDataRequest.java:588)
        at
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(G
oogleGDataRequest.java:543)
        at
com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGData
Request.java:536)
        at
com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataReques
t.java:515)
        at
com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRe
quest.java:515)
        at com.google.gdata.client.Service.getFeed(Service.java:1053)
        at com.google.gdata.client.Service.getFeed(Service.java:916)
        at
com.google.gdata.client.GoogleService.getFeed(GoogleService.java:631)

        at com.google.gdata.client.Service.getFeed(Service.java:935)
        at DocumentList.getDocsListFeed(DocumentList.java:355)
        at GoogleDocsUpload.getDocsFromFolder(GoogleDocsUpload.java:573)
        at GoogleDocsUpload.uploadFolder(GoogleDocsUpload.java:376)
        at GoogleDocsUpload.upload(GoogleDocsUpload.java:353)
        at GoogleDocsUpload.main(GoogleDocsUpload.java:302)

What version of the product are you using? On what operating system?
1.3.2 on WinXP 32bit w/SP3

Please provide any additional information below.
- Interestingly, most files are getting uploaded despite the errors, but
not every file, so it's unreliable.

Thank you.

Original issue reported on code.google.com by marcbschauber on 24 May 2010 at 12:34

GoogleCodeExporter commented 8 years ago
BTW, not a big deal, but the app still shows the version as 1.3.1
________________
Google Docs Upload 1.3.1
Using this tool, you can batch upload your documents to a Google Docs account pr
eserving folder structure.
Supported file formats are: csv, doc, docx, html, htm, ods, odt, pdf, ppt, pps,
rtf, sxw, tsv, tab, txt, xls, xlsx.
Type 'help' for a list of parameters.
________________

Original comment by marcbschauber on 24 May 2010 at 12:48

GoogleCodeExporter commented 8 years ago
I couldn't reproduce the problem.

Original comment by anton.be...@gmail.com on 22 Dec 2010 at 2:48