Both on my guruplug (debian sid/armel) as on my ubuntu system (10.10 i686).
On both the the same documents have this problem. Via the website these
documents can be accessed without trouble
Version of Gdata : python-gdata 2.0.8-1.1
Version of GoogleCL: googlecl 0.9.11-1
Operating System: Linux guruplug 2.6.33.5, armv5tel GNU/Linux, debian sid
Type of Google account : Apps
Command that triggers the error : google docs get "doctitle"
Version of Gdata : python-gdata 2.0.8-1.1
Version of GoogleCL: googlecl 0.9.11-1
Operating System: 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:24:00 UTC
2010 i686 GNU/Linux
Type of Google account : Apps
Command that triggers the error : google docs get "doctitle"
Comment #14 on issue 167 by tom.h.mi...@gmail.com: 302 Redirect
RequestError -- Moved Temporarily
http://code.google.com/p/googlecl/issues/detail?id=167
Attached is a patch against 0.9.11 that will force GoogleCL to retry the
operation when it encounters a 302 error. You can change the number of
attempts with the "max_retries" configuration file option (0 for infinite
attempts), and set a delay between retries with the "retry_delay"
configuration file option (0 for no delay, 0.5 for a half second delay,
etc.).
I don't think this patch will fix everything, definitely not if you have a
100% reproducible error, but I've noticed an improvement in Calendar.
Hopefully it will help with the docs errors as well. Let me know if the
patch helps (or hurts)!
I highly recommend also upgrading to the latest gdata. There's a how-to in
the wiki's FAQ page.
(This patch is also applied in the trunk).
Attachments:
simple_redirect_patch.py 7.8 KB
Issue 371 has been merged into this issue.
Version of Gdata (aka gdata-python-client, aka python-gdata)
Version of GoogleCL
Operating System
Type of Google account (regular, Apps, or Premiere. If you don't know, it's
probably regular).
Command that triggers the error (e.g. $ google calendar add --cal
wishlist "Figured out 302 error")