Google developers API 2 access

100 Views Asked by At

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?

0

There are 0 best solutions below