salimoha / googlecl

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

google docs edit doesn't work #433

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. auth
2. $google docs edit --format="txt" --title "sadf" --editor vim

What is the expected output? What do you see instead?
editing with vim. instead I see 

anish@dirac /usr/lib/pymodules/python2.7/googlecl $ google docs edit 
--format="txt" --title "sadf" --editor vim 
Failed to get entries: Server responded with: 403, <errors 
xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain><code>Serv
iceForbiddenException</code><internalReason>403.4 SSL 
required</internalReason></error></errors>
Loading /tmp/tmpc7cbks/sadf.txt
Failed to upload /tmp/tmpc7cbks/sadf.txt: Server responded with: 403, <errors 
xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain><code>Serv
iceForbiddenException</code><internalReason>403.4 SSL 
required</internalReason></error></errors>
You may have to specify a format with --format. Try --format=txt

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?
$uname -a 
Linux dirac 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 
x86_64 x86_64 GNU/Linux

python-gdata 2.0.8-1.1

Please provide any additional information below.

Original issue reported on code.google.com by Twilight...@gmail.com on 12 Oct 2011 at 11:47

GoogleCodeExporter commented 9 years ago
This is apparently due to a change on google's end.  Upgrading to the latest 
python gdata fixed it for me: 
http://code.google.com/p/gdata-python-client/downloads/detail?name=gdata-2.0.14.
tar.gz&can=2&q=

Original comment by jh...@google.com on 13 Oct 2011 at 11:48