Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/solr/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google Play控制台REST API获取订阅详细信息_Api_Google Play Console_Google Apis Explorer - Fatal编程技术网

Google Play控制台REST API获取订阅详细信息

Google Play控制台REST API获取订阅详细信息,api,google-play-console,google-apis-explorer,Api,Google Play Console,Google Apis Explorer,我正试图使用它来获取订阅信息,但出现以下错误 { "error": { "code": 403, "message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.", "errors"

我正试图使用它来获取订阅信息,但出现以下错误

{
  "error": {
    "code": 403,
    "message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.",
    "errors": [
      {
        "message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.",
        "domain": "androidpublisher",
        "reason": "projectNotLinked"
      }
    ]
  }
}

我已经在Google云平台上启用了Google Play Android开发者API。 并完成了所有OAuth同意屏幕和范围设置


Ref

你找到解决方案了吗?我没有。如果我找到答案,我将确保更新此线程。我也遇到了同样的问题。@NishuthanS wondrrig如果你设法得到soloution,我也遇到了同样的问题