I'm creating the web application which uses Google BigQuery, which will get the access and refresh token as well.
My web application will be hosted in the intranet, lets say under http://mywebapp/
In order to access it one needs the client ID, so I went to console.developers.google.com and tried to create the "Client ID for web application". I have to enter two things there JAVASCRIPT ORIGINS
and REDIRECT URIS
and here is my problem:
Google refuses to accept http://mywebapp/oauth2callback
as redirect uri, but accepts http://mywebapp/
as javascript origin.
The error is:
Invalid redirect URI.
Google accepts "http://mywebapp.com
" and "http://localhost
", but that doesn't help me.
Ist this a bug or by design?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…