Google Spreadsheets API with OAuth2.0 using Javascript
问题 I'm trying to access a private Google Spreadsheet using Javascript. I have sucessfully authorized with OAuth2.0 and can see a listing of all my Google Drive docs. What I can't seem to do is get into a specific spreadsheet. Code is as follows with the relevant spreadsheet code in the function "retrieveAllFiles". A lot of this is culled from Google tutorials. var clientId = 'working'; var apiKey = 'working'; var scopes = 'https://www.googleapis.com/auth/drive.file https://www.googleapis.com