I've followed the guide on how to use GCS on their site:
but
Once Unauthorized used
I then get
Failed to load resource: the server responded with a status of 400 ()
{"error":{"errors":[{"domain":"usageLimits","reason":"keyInvalid","message":"Bad Request"}],"code":400,"message":"Bad Request"}}
- Here is my step
- create the javascript page from this authSample.html
- change clientId to google console page
OAuth 2.0 user ID:??????????????????????.apps.googleusercontent.com
- change apiKey to google console page
OAuth 2.0 user api key
- run the authSample.html
What am I doing wrong?