Discussions

Ask a Question
Back to All

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

Hi. I am receiving error:
The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console. after Conolse updates. How I can fix that?

The full errror body:

{
"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": [
{
"message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.",
"domain": "androidpublisher",
"reason": "projectNotLinked"
}
]
}
}