【发布时间】:2017-11-04 16:19:42
【问题描述】:
我正在尝试使用以下 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 开发者控制台相关联。所以我做到了(见下图)。
[]
但我仍然收到此错误。请帮忙。
【问题讨论】:
-
您设法解决了这个问题吗?我有同样的问题
-
我有同样的错误。我需要帮助!
-
抱歉回复晚了。这在我的脑海中并不新鲜。但问题是开发者帐户不允许您下载未通过您的开发者帐户发布的应用程序的评论。因此,您无法下载自己尚未发布的应用程序的评论。有一些非官方的 API 可以下载评论,但它们是有限的(将无法下载所有评论)。
标签: google-api google-api-client google-play-developer-api google-developers-console google-console-developer