【发布时间】:2019-01-29 08:03:46
【问题描述】:
我正在开发一项服务,该服务需要代表我的用户访问 Google Play Developer API。
我创建了一个 Web 应用程序 类型的 API 项目。它可以使用 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 访问 -> 链接项目)。但是,该项目不会出现在列表中(因为它不属于用户)。
有什么解决办法吗?谢谢!
【问题讨论】:
标签: google-api google-oauth google-play-developer-api