I try to get access to public Spredsheet and reseive empty SpreadsheetFeed:
SpreadsheetQuery query = new
SpreadsheetQuery("https://docs.google.com/spreadsheets/d/1nqcB-pAXSAl6adICjYo1NV6O4rCFzYpxMfiMRch9WeQ/edit?usp=sharing");
SpreadsheetFeed spreadsheetFeed = spreadsheetsService.Query(query);
SpreadsheetEntry spreadsheet =
(SpreadsheetEntry)spreadsheetFeed.Entries[0];
--
You received this message because you are subscribed to the Google Groups
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.