当我在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."
}
}
Run Code Online (Sandbox Code Playgroud)
使用另一个开发者帐户(和包名称)检查了这一点,它工作得很好.我确定已将Google开发者控制台的API项目与Google Play开发者控制台 - > API访问设置相关联,并尝试尽可能多地重新创建,但没有任何项目有效.
那我在这里错过了什么?除了我在Google Play控制台设置中制作的链接项目外,它的含义是什么"无法链接".