Has anyone experienced any latency creating the CellFeed object from the
SpreadsheetService WorksheetEntry URL?
// worksheet is a valid WorksheetEntry created from a valid
SpreadsheetEntry file URL
CellQuery query = new CellQuery(worksheet.getCellFeedUrl());
query.setMinimumRow(firstRow);
query.setMaximumRow(rows);
query.setMinimumCol(1);
query.setMaximumCol(columns);
query.setReturnEmpty(true);
CellFeed cellFeed = service.query(query, CellFeed.class); //
failing to return this object, then receiving Error writing to server
exception
cellFeed takes a while to create if at all. I'm using Drive API 1.15
version 76. Any help is much appreciated.
Thanks,
Jon
--
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/groups/opt_out.