如何将 android 项目从 Visual Studio 部署到 Google Play 控制台?
Posted
技术标签:
【中文标题】如何将 android 项目从 Visual Studio 部署到 Google Play 控制台?【英文标题】:How to deploy android project from visual studio to google play console? 【发布时间】: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 应用程序:
**我可以获取有关如何将应用上传到谷歌控制台的说明吗? **
【问题讨论】:
【参考方案1】:根据您的说法,当您创建 Google API Access 时,您 创建了 OAuth 客户端 ID Web 应用程序。
请选择 CREATE CREDENTIALS -> OAuth 客户端 ID -> 桌面应用程序。
您提供的最后一个屏幕截图可能涉及您的隐私。希望大家多多关注和修改。
【讨论】:
以上是关于如何将 android 项目从 Visual Studio 部署到 Google Play 控制台?的主要内容,如果未能解决你的问题,请参考以下文章
如何将项目从 Visual C++ 6.0 转换为 Visual Studio Express 2010?
如何使用 Visual Studio 2010 将项目从 .Net 2.0 升级到 .Net 4.0?
如何从php服务器端向像Android这样的Visual Basic客户端发送通知
如何从 Visual Studio 数据库项目部署特定对象?