我在Google控制台中添加了一个基于订阅的产品,我想检索用户的购买历史记录,即他是否在时间段到期后再次续订了该订阅。为此,我遵循了 https://developers.google.com/android-publisher/authorization 我可以按照文档成功生成refresh_token。 在尝试使用应用程序的凭据访问API时,服务器上出现以下错误:
{ 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控制台中创建的项目与API访问权限关联在一起。