We have an internal application that uses the gdata-objectivec-client to access our google docs spreadsheets. This application has been working smoothly for many months. About a month ago we started getting errors retrieving the list of spreadsheets. We hadn't made any changes to the code, so we suspect something changed on the server. I've tried using the most recent version of the SpreadsheetSample that is distributed with gdata-objectivec-client and I get the same error, suggesting that this isn't a problem with how we are accessing the service (unless the sample is wrong as well).
Is this a server problem, or is there something I can change on my end to fix the issue? Repro steps: - Download gdata-objectivec-client-1.12.0 (http://code.google.com/p/gdata-objectivec-client/) - Build Examples/SpreadsheetSample/SpreadsheetSample.xcodeproj - Run SpreadsheetSample.app - I enter my booyah account ([email protected]) and password - Hit 'get spreadsheets' Intermittently I will get the following error: Error Domain=com.google.GDataServiceDomain Code=500 UserInfo=0x203b610 "The operation couldn’t be completed. (Internal Error)" Thanks, John
