Search code examples
phpzend-frameworkgdata

php zend gdata put a document/file into a category/folder Google Docs


How to attach a document/file to a category or folder using Zend gdata (oauth) in Google Docs ?

Thank you!


Solution

  • You can use Zend_Gdata_Docs::insertDocument() to add a resource to a collection/folder. See also the Google Documents List API: https://developers.google.com/google-apps/documents-list/#adding_a_resource_to_a_collection