Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
292 views
in Technique[技术] by (71.8m points)

web applications - Google BigQuery, redirect uris to the UNC path

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...