I am trying to use the following API to download reviews for Android Apps. https://developers.google.com/android-publisher/api-ref/reviews
But it requires authentication. So I followed the instructions that were linked in the link above.
I was able to get an access token.
But I get the following response:
{
"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."
}
}
I saw some other posts saying that you have to link it with the Google Play Developer Console. So I did that (see image below).
[]
But I am still getting this error. PLEASE help.