Recently I've started getting timeouts fetching a spreadsheet using the Gdata API library. How do I increase the timeout?
Stack trace follows:- java.io.IOException: Timeout while fetching: http://spreadsheets.google.com/feeds/worksheets/tPigPq5454wZIlYT_Vy7jY-ewerb2XQ/private/full/defaultjava.io.IOException: Timeout while fetching: http://spreadsheets.google.com/feeds/worksheets/tPigPqwZIlYT_Vy7jY-b2XQ/private/full/default com.google.appengine.api.urlfetch.URLFetchServiceImpl.handleApplicationException (URLFetchServiceImpl.java:69) com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch (URLFetchServiceImpl.java:42) com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler $Connection.fetchResponse(URLFetchServiceStreamHandler.java:408) com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler $Connection.getInputStream(URLFetchServiceStreamHandler.java:290) com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler $Connection.getResponseCode(URLFetchServiceStreamHandler.java:131) com.google.gdata.client.http.HttpGDataRequest.checkResponse (HttpGDataRequest.java:535) com.google.gdata.client.http.HttpGDataRequest.execute (HttpGDataRequest.java:515) com.google.gdata.client.http.GoogleGDataRequest.execute (GoogleGDataRequest.java:515) com.google.gdata.client.Service.getEntry(Service.java:1270) com.google.gdata.client.GoogleService.getEntry(GoogleService.java:567) com.google.gdata.client.Service.getEntry(Service.java:1196) com.google.gdata.data.spreadsheet.SpreadsheetEntry.getDefaultWorksheet (SpreadsheetEntry.java:143) couk.cleverthinking.cc.server.google.GoogleDoc.fetchSpreadsheetContents (GoogleDoc.java:225) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---