草庐IT

AndroidPublisher

全部标签

AndroidPublisher API 返回 projectNotLinked 错误

当我在GoogleDevelopersConsole中使用GooglePlayAndroidDeveloperAPI测试购买产品的状态时出现这种情况,结果总是这样{"error":{"errors":[{"domain":"androidpublisher","reason":"projectNotLinked","message":"TheprojectidusedtocalltheGooglePlayDeveloperAPIhasnotbeenlinkedintheGooglePlayDeveloperConsole."}],"code":403,"message":"Thepro

AndroidPublisher API 返回 projectNotLinked 错误

当我在GoogleDevelopersConsole中使用GooglePlayAndroidDeveloperAPI测试购买产品的状态时出现这种情况,结果总是这样{"error":{"errors":[{"domain":"androidpublisher","reason":"projectNotLinked","message":"TheprojectidusedtocalltheGooglePlayDeveloperAPIhasnotbeenlinkedintheGooglePlayDeveloperConsole."}],"code":403,"message":"Thepro

java - 谷歌 api androidpublisher 错误代码 403

一个月以来我一直遇到以下问题,我正在尝试使用以下API验证应用内购买:https://developers.google.com/android-publisher/authorization我遵循了文档中的每一步(使用Chrome中的PostmanRestClient进行所有操作),我可以检索访问token和刷新token,但是每当我尝试查询购买时,都会导致错误代码403访问未配置,但我在设置中配置了它!有人有想法吗? 最佳答案 获取此API的访问token绝非易事。Thisblogpost帮助我朝着正确的方向开始,但我已经概述了