You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of google-api-java-client (e.g. 1.15.0-rc)?
v2-rev82-1.15.0-rc
Java environment (e.g. Java 6, Android 2.3, App Engine)?
App-Engine
Describe the problem.
Was working fine, then stopped working.
Drive driveService = new Drive.Builder(TRANSPORT, JSON_FACTORY, credential).setApplicationName("CellMaster.com.au").build();
File file = driveService.files().get(this.spreadsheetKey).execute();
Just noticed it now fails. I think it broke sometime in the last week or so. It
fails with the execute(), it produces a 404 error. It gives the error when I
use with the short spreadsheetKey that is produced by google apps script. The
key produced by this google-apps-script code:
SpreadsheetApp.getActiveSpreadsheet().getId();
But it works fine with a manual copy of the spreadsheet key from the url, such
as
https://docs.google.com/spreadsheet/ccc?key=0AkGlO9jJLGO8dHJrSE0wTEF2VXRSdGRlNVQ
aaVRad0E
Note: the error is happening with old style spreadsheets, the 400,000 cell
spreadsheets. I am not using the new style as they don't support GData yet.
How would you expect it to be fixed?
I don't want getting the key to be a manual process. So hopping you will make
it work again. I suspect this stopped working in the last week, but the last
time I am sure it worked was about be about 3 weeks ago.
Original issue reported on code.google.com by InstantW...@gmail.com on 17 Feb 2014 at 7:18
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
InstantW...@gmail.com
on 17 Feb 2014 at 7:18The text was updated successfully, but these errors were encountered: