Hello. I'm using spreadsheet api for java (com.google.gdata.core v.1.47.1 and com.google.api-client.google-api-client v.1.18.0-rc).
Starting from yesterday I get 404 error (ResourceNotFoundException) while geting the worksheet feed. No code was changed, the application was compiled weeks ago. This causes the error: service.getFeed(spreadsheet.getWorksheetFeedUrl(), WorksheetFeed.class); //com.google.gdata.client.spreadsheet.SpreadsheetService I've made a test new spreadsheet to demonstrate this: spreadsheet.getWorksheetFeedUrlString() = "https://spreadsheets.google.com/feeds/worksheets/16NnFQH_k4KTGbAuBGes7nqXlJCWUrUY3-EqepkMBuDw/private/full" (the url working in browser). Any solutions/workarounds are welcome... -- 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.
