Closed GoogleCodeExporter closed 9 years ago
kGDataLinkWorksheetsFeed is not a URL. Call -worksheetsLink on a spreadsheet
entry
from a doc list feed to get a GDataLink; the GDataLink contains the URL for the
worksheets feed.
Original comment by gregrobbins
on 9 Dec 2008 at 11:12
I am sorry, but I was using the following code:
GDataServiceTicket *ticket = [dataSourceService
fetchSpreadsheetFeedWithURL:[NSURL
URLWithString:kGDataLinkWorksheetsFeed]
delegate:self
didFinishSelector:@selector(ticket:finishedWithQuery:)
didFailSelector:@selector(ticket:failedWithError:)];
As you can see, kGDataLinkWorksheetsFeed, is being used which is defined. And
it is
a URI.
I am doing this as trying to find the list of spreadsheets.
Original comment by mark.mwa...@gmail.com
on 9 Dec 2008 at 11:44
Please use the discussion group for assistance in using the library, not the
issue
tracker.
URIs are not URLs, just abstract strings.
The SpreadsheetSample application shows how to retrieve a list of spreadsheets
and
worksheets.
Original comment by gregrobbins
on 9 Dec 2008 at 11:49
Original issue reported on code.google.com by
mark.mwa...@gmail.com
on 9 Dec 2008 at 11:01