I created a new appengine project, which creates a default web app and associated client ID. When I try to use this client ID, I get "invalid client ID".
相关问题
- gdata Unknown authorization header - started 12/11
- can't find developer.gserviceaccount for gmail
- Use Google::Auth::Stores::FileTokenStore with data
- Google Service Account Authentication PHP
- Asp.Net Core google-signin oauth restrict access a
相关文章
- Google Calendar - Permission to Access
- Google OAuth 2.0 User id datatype for MYSQL
- HWIOAuthBundle Google login device_id and device_n
- What is wrong with this POST request implementatio
- Need to mock google OAuth2 service
- # added to Google+ OAuth 2.0 callback URL
- Google Drive Realtime API OAuth2 Refresh Errors (P
- How do I get Gmail contacts using JavaScript?
This looks like a bug in the cloud console.
To fix, I created an additional web app, which creates an additional client ID of the form 123456-randomness.apps.googleusercontent.com
The secondary client ID works.
When I go back and try the original client ID, that now works too.