【发布时间】:2022-01-07 08:40:16
【问题描述】:
我是上传到google play控制台平台的新手,想从Visual Studio for mac注册Google API Access,但每次都收到错误:
Authorization error
Error 400: redirect_uri_mismatch
You can't sign in to this app because it doesn't follow Google's OAuth 2.0 policy.
If you're an application developer, register the redirect URI in the Google Cloud Console.
Find out more
The content in this section is provided by the application developer and has not been reviewed or confirmed by Google.
If you're the app's developer, make sure these request details follow Google's policies.
redirect_uri: http://127.0.0.1:58163/authorize/
当我尝试将我的客户端 ID 和客户端密码放入注册 Google API 访问的窗口中时:
在凭据选项卡上的 console.cloud.google.com 中,我创建 OAuth 客户端 ID Web 应用程序以接收客户端 ID 和客户端密钥,因为当我单击 Android 应用程序时,我没有收到客户端密钥,而只接收客户端 ID。 因此,当我在注册 Google API 访问窗口中输入客户端 ID 和客户端密码时,我收到错误:400...
我在 Authorized JavaScript origins 和 Authorized redirect URIs 中有两个字段......这是空的......
这是我的网络应用程序:
这是我的 Android 应用程序:
**我可以获取有关如何将应用上传到谷歌控制台的说明吗? **
【问题讨论】:
标签: c# android xamarin google-play google-play-console