How do I export (i.e. Download it from Google to my local) a Google Document using the Zend Gdata class?
I can retrieve a list of all the documents easily enough with the Zend_Gdata_Docs methods: getAllDocuments() and and getDocumentListFeed()
The examples given by Zend (http://framework.zend.com/manual/en/zend.gdata.docs.html) for the Google Document List Data API include an "Upload a Document" but not the corresponding "Download a Document"?
Thanks!