I think I've found a solution to this.
in line 93 of the file Zend/Gdata/Spreadsheets.php file (v1.6 at
least) it states
const SPREADSHEETS_FEED_URI = 'http://spreadsheets.google.com/
feeds/spreadsheets';
for the spreadsheet feed uri. Changing this to
const SPREADSHEETS_FEED_URI = 'http://spreadsheets.google.com/
feeds/spreadsheets/private/full';
has resolved it for me.
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---