3

Exception in Google Play Developer:

Team, I have already linked API access. Please refer to the attachment. I'm the owner of this app.

enter image description here

However, I still getting this exception - when calling this API to collect the google play reviews https://androidpublisher.googleapis.com/androidpublisher/v3/applications/com.dhanamanikandan.dhanarandomizer/reviews?access_token=<token>

{
  "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.",
    "status": "PERMISSION_DENIED"
  }
}

Please note it was working until March 2021. I just noticed today and got this error.

Note: I have already reviewed these questions but it didn't help me!

Error: 'The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.'

Get android subscription status, failed with 403

Linda Lawton - DaImTo
  • 106,405
  • 32
  • 180
  • 449
Dhana
  • 1,618
  • 4
  • 23
  • 39

1 Answers1

0

Since the publisher made for web servers, you have to access via Web Application credentials. Follow these steps to get access token and use it for api calls via postman if you want. https://stackoverflow.com/a/53529534/1977021

invisbo
  • 3,399
  • 1
  • 16
  • 20