Google身份验证错误:redirect_uri_mismatch(对于Python)

时间:2019-06-12 02:22:46

标签: python google-authentication

当我尝试通过https://cloud.google.com/python/getting-started/authenticate-users对用户进行身份验证时 ,但返回 错误:redirect_uri_mismatch

要解决此问题, 我已将url,custom_url添加到Google云平台。
但这不起作用。

这也不起作用。

□无法使Google App Engine OAuth2-sample(适用于Python)正常工作-400错误:redirect_uri_mismatch-堆栈溢出 Can't get Google App Engine OAuth2-sample (for Python) to work - 400 Error: redirect_uri_mismatch

这是我遇到的错误。

Error: redirect_uri_mismatch 
The redirect URI in the request,
http://localhost:8080/oauth2callback,
does not match the ones authorized for the OAuth client. 
To update the authorized redirect URIs, 
visit: https://console.developers.google.com/apis/credentials/~~~

我的环境

  

操作系统:Ubuntu 18.04.2 LTS

     

WebApp:Django

0 个答案:

没有答案