tomsax
unread,Feb 15, 2009, 12:56:50 PM2/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Data APIs Objective-C Client Library Discussion
How do I create a new Google document inside a folder?
I know how to build a query to get a list of documents in a folder.
From that I can extract a GDataEntryDocBase and replace the contents
of a document in the folder. But, when there is no matching document
and I just use the postLink URL from the GDataFeedDocList to post a
new GDataEntryStandardDoc, it creates the new document in the root,
not the folder.
I've looked at the various link URLs available from the
GDataFeedDocList, none of them seem to do the trick. I've looked at
the various properties on GDataEntryStandardDoc and GDataEntryDocBase
and nothing really stands out as a way to tell it what folder it
should go in.
Tom Saxton