salimoha / googlecl

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

Uploading zip file (size 130Mb) failes #357

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. google docs upload qafe-demo.zip --no-convert
2. (google versio 0.9.12 with python 2.7 on Linux (Oracle enterprise Linux))
3. Google Apps (Premier) Edition 

What is the expected output? What do you see instead?
That the file would be uploaded in Google Docs (Apps environment)

What version of the product are you using? On what operating system? 
google versio 0.9.12 with python 2.7
What version of gdata-python-client (aka python-gdata)?
gdata-2.0.13

Please provide any additional information below.
This is the stacktrace.

Traceback (most recent call last):
  File "/usr/local/bin/google", line 839, in <module>
    main()
  File "/usr/local/bin/google", line 825, in main
    run_once(options, args)
  File "/usr/local/bin/google", line 617, in run_once
    task.run(client, options, args)
  File "/usr/local/lib/python2.7/site-packages/googlecl/docs/__init__.py", line 161, in _run_upload
    convert=options.convert)
  File "/usr/local/lib/python2.7/site-packages/googlecl/docs/base.py", line 287, in upload_docs
    **kwargs)
  File "/usr/local/lib/python2.7/site-packages/googlecl/docs/base.py", line 352, in upload_single_doc
    file_ext)
  File "/usr/local/lib/python2.7/site-packages/googlecl/docs/client.py", line 295, in _transmit_doc
    return self.upload(path, entry_title, post_uri, content_type)
  File "/usr/local/lib/python2.7/site-packages/gdata/docs/client.py", line 454, in upload
    auth_token=auth_token, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/gdata/client.py", line 685, in post
    desired_class=desired_class, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/googlecl/client.py", line 60, in retry_request
    return self.retry_operation(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/googlecl/base.py", line 387, in retry_operation
    raise unexpected
socket.error: [Errno 32] Broken pipe

Original issue reported on code.google.com by rjankie on 4 Feb 2011 at 8:51

GoogleCodeExporter commented 9 years ago
This is possibly related to a purported 100 Mb limit on upload/download of 
files to/from google docs. Terribly inconvenient.

Original comment by shabbyc...@gmail.com on 28 Mar 2011 at 10:53