I tried to create a new folder following the instructions at https://developers.google.com/google-apps/documents-list/#creating_a_new_document_or_file_with_metadata_only
instead of term=”http://schemas.google.com/docs/2007#document, I used term=”http://schemas.google.com/docs/2007#folder.
However, I get a HTTP status 200 and no folder is created. Even if I use term=”http://schemas.google.com/docs/2007#document the result is same.
I saw issues with this method in my search and I tried to post to https://docs.google.com/feeds/default/private/full/folder%3A
Now, I get a 400 error.
Any help will be appreciated.
Best regards,
Karthik
To create a folder, send a
POSTrequest tohttps://docs.google.com/feeds/default/private/fullwith the following xml body:For more details, check the specific section in the docs: https://developers.google.com/google-apps/documents-list/#creating_collections