Hi.
Had the same problem as you;
Fixed in next way:

I created manually url:
Url tableRecordsFeedUrl = new URL("http://spreadsheets.google.com/
feeds/<spreadsheetEntry.key>/records/<tableId>"), where:

<spreadsheetEntry.key> = spreadsheetEntry.getKey();
<tableId> = tableEntry.getId();

And next:

RecordFeed feed = spreadsheetService.getFeed(tableRecordsFeedUrl ,
RecordFeed.class);

Founded info about this feed on:
http://code.google.com/intl/uk-UA/apis/spreadsheets/docs/3.0/reference.html#TableRecordFeed
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to