如何将 android 项目从 visual studio 部署到 google 游戏机?

How to deploy android project from visual studio to google play console?

我真的是新手上传到google play console 平台,想注册Google API 从Visual Studio 访问mac,但每次我收到错误:

    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 和客户端密码放入 window 以进行注册 Google API 访问:

在 Credential 选项卡的 console.cloud.google.com 中,我创建了 OAuth 客户端 ID Web 应用程序来接收客户端 ID 和客户端密码,因为当我点击 Android 应用程序时,我没有收到客户端密码,而只收到客户编号。 因此,当我将客户端 ID 和客户端密码输入到寄存器 Google API 访问 window 时,我收到错误:400...

我在 Authorized JavaScript origins 和 Authorized redirect URIs 中有两个字段..这是空的...

这是我的网络应用程序:

这是我的Android申请:

**我可以获得有关如何将应用程序上传到 google 控制台的说明吗? **

  1. 根据您的说法,当您创建 Google API Access 时,您 创建了 OAuth 客户端 ID Web 应用程序。

    请选择创建凭据 -> OAuth 客户端 ID -> 桌面应用程序

  2. 您提供的最后一张截图可能涉及您的隐私。希望大家关注并修改。