In the new Google API Console, configure your OAuth2.0 authorized origins from
Your Project > APIs & auth > Credentials
You might need to add a new Client ID specifically for a web application (I did because the default was for AppEngine)
Create Client ID > Web Application > Authorized Javascript origins
If you are running on a local dev server, just add the exact URL such as :
http://127.0.0.1:9000
Related Contents:
- Is there a Google Keep API? [closed]
- Restrict Login Email with Google OAuth2.0 to Specific Domain Name
- How do I authorise an app (web or installed) without user intervention?
- Is there a Google Keep API? [closed]
- What are the alternatives now that the Google web search API has been deprecated? [closed]
- Error: invalid_client no application name
- Why do access tokens expire?
- invalid_grant trying to get oAuth token from google
- Google Sheets API returns “The caller does not have permission” when using server key
- Do Google refresh tokens expire?
- Google API: Not a valid origin for the client: url has not been whitelisted for client ID “ID”
- This IP, site or mobile application is not authorized to use this API key
- client secret in OAuth 2.0
- Is there already a Google+ API? [closed]
- Using Postman to access OAuth 2.0 Google APIs
- Where can I get Google developer key
- Getting Google+ profile picture url with user_id
- How to refresh token with Google API client?
- Error: ‘The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.’
- Google image search says api no longer available
- Google API authentication: Not valid origin for the client
- Lookup City and State by Zip Google Geocode Api [closed]
- Automating pydrive verification process
- HTTPError 403 (Forbidden) with Django and python-social-auth connecting to Google with OAuth2
- OAuth2 and Google API: access token expiration time?
- Google Play Developer API – “The current user has insufficient permissions to perform the requested operation.”
- How to identify a Google OAuth2 user?
- Multiple Scope Values to oauth2
- Is there direct API for Google Meet? [closed]
- Service Applications and Google Analytics API V3: Server-to-server OAuth2 authentication?
- You do not have sufficient permissions to view this page
- What does `hl` stand for? [closed]
- Google OAuth 2.0 failing with Error 400: invalid_request for some client_id, but works well for others in the same project
- Why Does OAuth v2 Have Both Access and Refresh Tokens?
- wget/curl large file from google drive
- What is the purpose of the implicit grant authorization type in OAuth 2?
- What are Bearer Tokens and token_type in OAuth 2?
- How to number the headings in a Google Docs/Drive document?
- Where can I find a list of scopes for Google’s OAuth 2.0 API? [closed]
- OAuth 2.0 vs Auth0
- How to Logout of an Application Where I Used OAuth2 To Login With Google?
- OAuth consent screen – ability to remove application logo
- Facebook OAuth 2.0 “code” and “token”
- Keystore file doesn’t exist
- Authenticating with OAuth2 for an app *and* a website
- Extract Google Drive zip from Google colab notebook
- Download a file from google drive using wget
- What is an opaque token?
- oAuth2.0: Why need “authorization-code” and only then the token?
- How to Auth to Google Cloud using Service Account in Python?