Gmansolf / googlecl

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

GET on DOCS results in 302 error for all docs #135

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
google docs get --title ".*"

2.
3.

What is the expected output? What do you see instead?

Removing spreadsheets from list of documents...
(Downloading spreadsheets through the API is currently broken, sorry).
Downloading DOC1 to /Users/<user>/google/DOC1.txt
{'status': 302, 'body': '<HTML>\n<HEAD>\n<TITLE>Moved 
Temporarily</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" 
TEXT="#000000">\n<H1>Moved Temporarily</H1>\nThe document has moved <A 
HREF="https://docs.google.com/feeds/download/documents/Export?exportFormat=txt&a
mp;docId=0AeisEsjhUP1iZGc5MmM2OXBfMjFkenJ6d3Focg">here</A>.\n</BODY>\n</HTML>\n'
, 'reason': 'Moved Temporarily'}
Download of DOC1 failed

What version of the product are you using? On what operating system?
OSX 10.6.4
googlecl-0.9.7.tar.gz

Please provide any additional information below.

Original issue reported on code.google.com by zzr...@gmail.com on 21 Jun 2010 at 8:28

GoogleCodeExporter commented 8 years ago
Merging into 302 general issue

Original comment by tom.h.mi...@gmail.com on 24 Jun 2010 at 12:23