I'm using v2 of the Google Play Developer Console account.
I go to the online API explorer to make a new edit.
I type in my package name (com.companyname.appname) in the packageName
field, hit "Execute," and get this 403
error in 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 actually do have my Google Play Developer API project linked:
Why does Google keep giving me this error?