hi,
for some reason,i transferred my app to a different Google Play Developer account,
following the help:
but when i try to use google play api,i have the 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 had confirmed that my project was linked in the Google Play Developer Console.
also i try to unlink and relink the project too ,but get nothings work.
please help me to figure it out.