Update a Google Doc (or file stored with Docs) with PHP

Posted by tb on Stack Overflow See other posts from Stack Overflow or by tb
Published on 2010-04-06T22:11:08Z Indexed on 2010/04/06 22:13 UTC
Read the original article Hit count: 153

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about php

Related posts about google-api