Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading Issue: Files > 100MB #5712

Closed
cyberduck opened this issue Feb 20, 2011 · 9 comments
Closed

Uploading Issue: Files > 100MB #5712

cyberduck opened this issue Feb 20, 2011 · 9 comments
Assignees
Labels
bug fixed googledrive Google Drive Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

421076d created the issue

Hi,

I've been trying to upload files larger than 100MB to Google Docs via Cyberduck. It always gives me an IO error and aborts the upload at 100.4MB. Is this a Cyberduck issue or a Google Docs API limitation? I know I can upload files > 100MB through the web interface for Google Docs.

Thanks.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

What file type and what are your settings in Preferences → Google Docs? In particular, try to turn off the OCR conversion setting. I will try to replicate the issue here.

@cyberduck
Copy link
Collaborator Author

421076d commented

I only have Convert to Google Docs selected. I'm not using the OCR conversion setting.

The file types are *.mp3 and *.jar. Both would abort at 100.4MB.

Thanks.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:2 elee]:

I only have Convert to Google Docs selected. I'm not using the OCR conversion setting.

The file types are *.mp3 and *.jar. Both would abort at 100.4MB.

You can only upload arbitrary file types if you have a Google Apps Premier account. Unfortunately this is a limitation imposed by the Google Docs API.

@cyberduck
Copy link
Collaborator Author

4b89bc2 commented

Interestingly I do have a Google Apps Premier account (although now called Google Apps for Business) and I'm hitting the 100Mb limit. That said, I have also just started using their new paid storage for Google Apps as well..

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:4 Martyn]:

Interestingly I do have a Google Apps Premier account (although now called Google Apps for Business) and I'm hitting the 100Mb limit. That said, I have also just started using their new paid storage for Google Apps as well..

Please post the error message. Also, could you open a support ticket at Google Customer Support regarding this issue?

@cyberduck
Copy link
Collaborator Author

4b89bc2 commented

The error is:

I/O Error: Upload failed
Error writing request body to server

This is what's seen in the log window:


Authorization: <Not Logged>
User-Agent: Cyberduck-3.8.1 (7954) GDocs-Java/3.0.0 GData-Java/1.40.2(gzip)
Accept-Encoding: gzip
GData-Version: 3.0
200 OK
null: HTTP/1.1 200 OK
GData-Version: 3.0
ETag: W/"Dk4NRHY8eit7ImA9Wx9aEk4."
X-XSS-Protection: 1; mode=block
Expires: Fri, 04 Mar 2011 10:36:36 GMT
Last-Modified: Fri, 04 Mar 2011 10:36:35 GMT
Server: GSE
X-Content-Type-Options: nosniff
Cache-Control: private, max-age=0, must-revalidate, no-transform
X-Frame-Options: SAMEORIGIN
Transfer-Encoding: chunked
Vary: Accept, X-GData-Authorization, GData-Version
Date: Fri, 04 Mar 2011 10:36:36 GMT
Content-Encoding: gzip
Content-Type: application/atom+xml; charset=UTF-8; type=feed
POST https://docs.google.com/feeds/default/private/full/folder%3Aroot/contents?convert=false
Content-Type: multipart/related;boundary="----=_Part_1_10597607.1299234996221"
Authorization: <Not Logged>
User-Agent: Cyberduck-3.8.1 (7954) GDocs-Java/3.0.0 GData-Java/1.40.2(gzip)
Accept-Encoding: gzip
GData-Version: 3.0

@cyberduck
Copy link
Collaborator Author

4b89bc2 commented

I opened a thread here:

http://code.google.com/apis/documents/forum.html?place=topic%2Fgoogle-documents-list-api%2Fim1KKidkC9M%2Fdiscussion

which states:

For files larger than 100MB, you must use resumable upload.  My assumption is that Cyberduck isn't using resumable upload here.  You can contact them and ask them to switch it over.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Yet another variation of HTTP, unfortunately.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 6bd6ec6.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed googledrive Google Drive Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants