New issue 455 by a3217...@gmail.com: google docs list fails with SSL Error
from Server
http://code.google.com/p/googlecl/issues/detail?id=455
What steps will reproduce the problem?
1. google docs list
What is the expected output? What do you see instead?
Expected result is a list of documents.
Observed result is:-
Failed to get entries: Server responded with: 403, <errors
xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain><code>ServiceForbiddenException</code><internalReason>403.4
SSL required</internalReason></error></errors>
What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
google cl version 0.9.13
Python-data version 2.0.15 from code.google.com
Ubuntu version 11.04
Python version 2.7.1
2.0.15 is currently broken with googlecl, sorry. 2.0.14 should work for
you. See:
http://credentiality2.blogspot.com/2011/11/untangling-gdata.html
Comment #2 on issue 455 by Coilamg: google docs list fails with SSL Error
from Server
http://code.google.com/p/googlecl/issues/detail?id=455
This looks like an error that happens with earlier versions of
python-gdata. It's really easy to have the PYTHONPATH variable pointing to
the wrong place or, as I did earlier this evening, to install the newer
version of python-gdata incorrectly. Please double check that those things
are correct on your system.
Also, doc uploads now work with python-gdata 2.0.12 through 2.0.16, so if
you are still having trouble, I recommend checking out the latest version
of googlecl from svn.
Marking this closed for now. Feel free to re-open if you still have trouble
with this after trying my recommendations and you have more data/symptoms
about this issue.
http://code.google.com/p/googlecl/source/checkout