Code:
String feedUrlStr = feedUrl.toString() +
"?title-exact=false&title=" + URLEncoder.encode(query);
feedUrl = new URL(feedUrlStr);
this.SpreadSheetFeed = this.service.getFeed(feedUrl,
SpreadsheetFeed.class);
this.SpreadSheets = this.SpreadSheetFeed.getEntries(); //it works
here,can find spreadsheet.
it hangs when trying to get worksheets.
this.SpreadSheets.get(sheetindex).getWorksheets();//hangs on the
function getWorksheets();
--
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.