GoogleDriveSdk
#Google Drive SDK
var request = gapi.client.drive.files.list({'maxResults': 5 });
Useful Links
- invalid_redirect_url
- Look in the oauth credentials for your project in the Google Developer Console:
- On my system: JAVASCRIPT ORIGINS = http://localhost:30025
- On My system: REDIRECT URIS = http://localhost:30025/oauth2callback
- invalid_client error
- Again, on the Google Developer Console
- Look at the Consent Screen.
- Fill in your email and a name
- My name was DriveSdkSheet_Calvert