prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

Downloading is not suppored with gdata < 2.0 #629

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempting to download google docs with googlecl 
2.
3.

What is the expected output? What do you see instead?
$ google
> docs get --format=csv "MYFILE"
Please specify dest: .
Downloading documents is not supported for gdata-python-client < 2.0

What version of the product are you using?
2.0.8-1.1.deb install as well as tarball install.

Please provide any additional information below.
Have SVN version of googlecl installed along with attempting both debian and 
tarball install of
 newest gdata but receive the above error even though I have the newest gdata installed which is indeed > 2.0

Original issue reported on code.google.com by Matthew....@gmail.com on 19 Jul 2012 at 3:39

GoogleCodeExporter commented 9 years ago
Wanted to add the following. If I wipe everything and reinstall the latest 
googlecl from SVN, I can see the following when I install via setup.py

Installed /usr/local/lib/python2.7/dist-packages/googlecl-0.9.13-py2.7.egg
Processing dependencies for googlecl==0.9.13
Searching for gdata>=1.2.4
Reading http://pypi.python.org/simple/gdata/
Reading http://code.google.com/p/gdata-python-client/
Best match: gdata 2.0.17
Downloading 
http://pypi.python.org/packages/source/g/gdata/gdata-2.0.17.zip#md5=b1cd1669d782
9bc6a12e3d0f115bf472
Processing gdata-2.0.17.zip
Running gdata-2.0.17/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-QISYax/gdata-2.0.17/egg-dist-tmp-uiDhhs
zip_safe flag not set; analyzing archive contents...
Adding gdata 2.0.17 to easy-install.pth file

Yet I receive the <2.0 error above when I attempt to download documents.

Original comment by Matthew....@gmail.com on 19 Jul 2012 at 3:49

GoogleCodeExporter commented 9 years ago
This is not a bug with the gdata library, but with the dependency information 
in the googlecl application. Please reopen if you disagree.

Original comment by afs...@google.com on 20 Jul 2012 at 6:13