访问 Google Play 开发者 API "as a service"
Access to Google Play Developer API "as a service"
我正在开发一项服务,需要代表我的用户访问 Google Play Developer API。
我创建了一个 API 类型的项目 Web 应用程序。它可以使用 OAuth 同意屏幕成功请求用户的 androidpublisher
权限。根据文档,它应该能够向 Google Play Developer API.
发出请求
但是对 API 的请求失败并出现以下错误:
The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.
据我了解,API 项目需要从控制台链接到 Google 发布者帐户(设置 -> API 访问 -> 链接项目)。但是,该项目没有出现在列表中(因为它不属于用户)。
有什么解决办法吗?谢谢!
没有解决办法。控制台支持的代表开发者用户的唯一模式是让他们在 Play 管理中心创建项目,然后您为他们提供一个他们可以在他们的项目中使用的工具。
我正在开发一项服务,需要代表我的用户访问 Google Play Developer API。
我创建了一个 API 类型的项目 Web 应用程序。它可以使用 OAuth 同意屏幕成功请求用户的 androidpublisher
权限。根据文档,它应该能够向 Google Play Developer API.
但是对 API 的请求失败并出现以下错误:
The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.
据我了解,API 项目需要从控制台链接到 Google 发布者帐户(设置 -> API 访问 -> 链接项目)。但是,该项目没有出现在列表中(因为它不属于用户)。
有什么解决办法吗?谢谢!
没有解决办法。控制台支持的代表开发者用户的唯一模式是让他们在 Play 管理中心创建项目,然后您为他们提供一个他们可以在他们的项目中使用的工具。