Creating folders using PHP in google docs
Posted
by
Isaac
on Stack Overflow
See other posts from Stack Overflow
or by Isaac
Published on 2011-03-09T16:07:05Z
Indexed on
2011/03/09
16:10 UTC
Read the original article
Hit count: 226
Hi,
Currently I am working on a project integrating google docs to my application using php. However, there is only version1 for the php and I am not well-versed with REST web service. And I am required to create folder using the api. I wonder any people manage/know how to do it? Below is the protocol for the creation of the folder. If anyone know how to do it, I would be glad if you can assist me. Thank you in advance.
POST /feeds/default/private/full HTTP/1.1 Host: docs.google.com GData-Version: 3.0 Authorization: Content-Length: 245 Content-Type: application/atom+xml
Example Folder
© Stack Overflow or respective owner