http://qs1969.pair.com?node_id=691759

zer has asked for the wisdom of the Perl Monks concerning the following question:

Is there a way to download files off of Google Docs?

I know you can upload, but the download i can't seem to find any simple solution for.

thanks!

Replies are listed 'Best First'.
Re: Google Doc
by Anonymous Monk on Jun 12, 2008 at 18:55 UTC

    What is it you can't do. Once logged all you need is a simple "command" like this GET:

    http://docs.google.com/MiscCommands?command=saveasdoc&exportformat=$FO +RMAT&docID=$DOC_ID&hl=en

    Valid export formats for $FORMAT include 'rtf' 'pdf' 'txt' and 'doc'. Obviously you need to specify the $DOC_ID you want.

Re: Google Doc
by kyle (Abbot) on Jun 12, 2008 at 18:50 UTC

    There's not much help to be had, I'm afraid. See Perl and Google Data API for an earlier related discussion. You might do well enough invoking gdatacopier, which is in Python.