We sent request to this API
https://www.googleapis.com/androidpublisher/v2/applications/com.instagram.android/reviews
And this is the error we are getting:
{
"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": [
{
"domain": "androidpublisher",
"message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.",
"reason": "projectNotLinked"
}
]
}
}
Can someone help us?