【发布时间】:2014-09-29 03:52:21
【问题描述】:
当我在Google Developers Console中使用Google Play Android Developer API测试购买产品的状态时出现这种情况,结果总是这样
{
"error": {
"errors": [
{
"domain": "androidpublisher",
"reason": "projectNotLinked",
"message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console."
}
],
"code": 403,
"message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console."
}
}
已经使用另一个开发者帐户(和包名称)检查了这一点,它工作得很好。我确实已将 API 项目从 Google Developers Console 链接到 Google Play Developer Console -> API Access 设置,并尝试重新创建尽可能多的项目,但没有一个项目起作用。
那么我在这里错过了什么?除了我在 Google Play 控制台设置中创建的链接项目之外,“未链接”是什么意思。
【问题讨论】:
标签: android google-play