我正在尝试使用以下API下载针对Android Apps的评论。 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."
}
}
Run Code Online (Sandbox Code Playgroud)
我看到其他一些帖子说,您必须将其与Google Play开发者控制台关联。所以我做到了(见下图)。
[
]
但是我仍然收到此错误。请帮忙。
google-api google-api-client google-console-developer google-play-developer-api google-developers-console