1、控制台地址:
https://play.google.com/console/u/0/developers/https://play.google.com/console/u/0/developers/
2、API与服务地址:
https://console.cloud.google.com/apis/dashboard?project=xxxxx
一、Google PlayConsole绑定项目和API权限
前提:已创建项目
1、创建API控制台项目
2、转到API控制台并使用您的Google Play控制台帐户登录。
3、选择创建项目。
4、转到服务在左侧导航面板。
5、打开Google Play Android Developer API。
6、接受服务条款。
7、转到左侧导航面板中的API Access。
8、选择“ 创建OAuth 2.0客户端ID”。
绑定有可能找不到项目,解决如下:
地址:https://developers.google.com/android-publisher/getting_started#using_an_existing_api_project
使用现有 API 项目
如果您已是 Google Play Developer API 的用户,则可以执行以下这些步骤来关联到您现有的 API 项目。如果您想关联的 API 项目未列出,请确认您的 Google Play 管理中心帐号已指定为“所有者”,且 Google Play Developer API 已启用。
- 转到 Google Play 管理中心的 API 权限页面。
- 接受《API 服务条款》。
- 选择您想关联的项目。
- 点击关联。
红色字体开启地址如下:
绑定完的页面:
二、获取token步骤(最终目的是拿到访问令牌)
授权文档参考: