Discussions
The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console
over 2 years ago by Asensio
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"
}
]
}
}