Hi All, I hope someone can help me: I'm probably being stupid, but I'm struggling to get the Spreadsheets API up and running.
I've followed the instructions here<https://developers.google.com/google-apps/spreadsheets/#setting_up_your_client_library>, and the imports all compile OK, but when I try and construct a Spreadsheet serivce instance: new SpreadsheetService("MySpreadsheetIntegration-v1") I get the error: error while loading GoogleService, Missing dependency 'class com.google.api.client.auth.oauth2.Credential', required by<path_to_gdata>gdata-core-1.0.jar(com/google/gdata/client/GoogleService.class) Any ideas on how to solve this? I've double checked that I've got all the jars specified, but the same error came up again. Thanks in advance. Paul
