It seems Zend Gdata doesn’t provide a way to interface with the PUT API for Google Docs.
I’d like to clear a document with a known id and update its contents.
Should I authenticate with Zend’s Gdata and use an HTTP PUT request? How?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have two choices:
I have downloaded Zend sources and what i see is:
I would create a new method
updateDocumentin Gdata\Docs.php that calls App.php using put and passing the parameters required here; once created i would add this call to demos\Docs.php starting to play with it.