我正在尝试使用以下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开发者控制台相关联。所以我这样做了(见下图)。
[]
但我仍然收到此错误。请帮助。
答案 0 :(得分:3)
最简单的解决方案是仅在Google Developer控制台上创建一个新的应用内产品。任何应用内产品都可以,只需创建一个新产品即可。我的直觉是,新产品会触发Google端的缓存失效,然后刷新权限。是的,疯狂但有效。
答案 1 :(得分:0)
错误说..您的项目ID尚未关联。我看到你有两个项目,一个可以取消链接,一个可以链接。你确定你没有换掉它们吗?另外,您能否说明您如何使用令牌?