I have written a Python API and command line utility that allows
backing up of Google documents and upload of files to Google docs
(using the GData API).
If you are developing similar things you might find my code useful
(http://code.google.com/p/gdatacopier/)
This is a really cool project! Thank you for sharing it with us. I see
you've done some interesting bits of magic to get around the current
limitations in the API, so kudos to you for that. :)
Cheers,
-Jeff
No problem. It took me a little bit to figure out what to do, bit of
reading and monitoring the POST requests revealed most of it :) I am
still to finishing adding support for HTTPS proxies which should be
done within this week.
Hope other people find it useful.
On Oct 18, 6:08 am, "Jeff Fisher (Google)" <api.jfis...@google.com>
wrote: