I am trying to do a POC using GOOGLE Play review API, to get the reviews of an Application available in Playstore. I tried Getting the Reviews for Samsung App, but the API failed with below Error
{
"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."
}
}
Please help