我正在尝试使用GOOGLE Play审核API进行POC,以获取Playstore中提供的应用程序的评论。我尝试获取三星应用程序的评论,但API失败,错误
{
"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."
}
}
请帮忙