当我在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."
 }
}

已经使用另一个开发者帐户(和程序包名称) checkout 了该文件,并且一切正常。我确定已将API项目从Google Developers Console链接到Google Play Developer Console-> API Access设置,并尝试重新创建尽可能多的项目,但所有项目均无效。

那我在这里想念什么?除了我在Google Play控制台设置中创建的链接项目之外,“未链接”是什么意思。

最佳答案

如果其他人遇到相同的问题,请尝试在您的Google Play控制台帐户中添加新产品/订阅。尽管这似乎是Google服务中的某种不一致问题,但对我来说还是有用的。

10-07 19:14
查看更多