You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
I am using the Objective-C API in an iPhone application. I would like
to know how to export a document as a text file?
Can someone show me the simple code to do this. The DocList tutrial is
a bit confusing and hard to follow. The code seems to be spread over
several metods.
Greg Robbins
unread,
Nov 23, 2009, 1:30:11 AM11/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gdata-objec...@googlegroups.com
The example application's saveDocEntry:toPath:exportFormat:authService: method and its fetcher:finishedWithData:error: callback method do all the work of exporting a document entry to a text file.
Obtaining the entry for the document from the user's document list feed is a separate task; the fetchDocList method of the example application shows how to obtain the feed.