-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drive API Quickstart broken #69
Comments
I can confirm this behaviour, and removing the API_KEY fixed the problem. Many thanks to @DustinWehr for providing a quick solution, though I'm interested in why we don't need the API_KEY anymore... |
Trying to use the same example and it does not work unless you remove the 'apiKey' parameter as stated by @DustinWehr. Thank you @DustinWehr |
+1 to this, found out the hard way with the Picker quickstart. |
remove Java script And Impem |
And implement Strict |
The file https://github.com/gsuitedevs/browser-samples/blob/master/drive/quickstart/index.html, which is currently hosted at https://developers.google.com/drive/api/v3/quickstart/js.
Following the instructions exactly:
listFiles
gives 401 error. Likewise if I try to call it from the console.But it works if I remove the
apiKey
parameter from thegapi.client.init
call.Didn't know if I should make an issue here or at https://github.com/google/google-api-javascript-client.
JavaScript Console Output
Specifications
The text was updated successfully, but these errors were encountered: