次の API を使用して、Android アプリのレビューをダウンロードしようとしています。 https://developers.google.com/android-publisher/api-ref/reviews
ただし、認証が必要です。そのため、上記のリンクにリンクされている指示に従いました。
アクセストークンを取得できました。
しかし、次の応答が得られます。
{
"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."
}
}
Google Play デベロッパー コンソールにリンクする必要があるという他の投稿を見ました。だから私はそれをしました(下の画像を参照)。
[ ]
しかし、私はまだこのエラーが発生しています。助けてください。