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

Nis*_*n S 5 api google-apis-explorer google-play-console

我尝试使用此API来获取订阅信息,但收到以下错误

{
  "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"
      }
    ]
  }
}

Run Code Online (Sandbox Code Playgroud)

我已在 Google Cloud Platform 中启用了 Google Play Android Developer API。还完成了所有 OAuth 同意屏幕并设置范围

参考视频