我正在尝试使用以下 API 下载 Android 应用程序的评论。 https://developers.google.com/android-publisher/api-ref/reviews
但它需要身份验证。所以我按照上面链接中的说明进行操作。
我能够获得访问令牌。
但我得到以下回复:
{
"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."
}
}
我看到其他一些帖子说您必须将其与 Google Play Developer Console 链接。所以我做到了(见下图)。
[ ]
但我仍然收到此错误。请帮忙。