admin管理员组文章数量:1293754
I added the json file I received from Google to my project. I can get tokens from credential request. When I send a request to the Purchases.Products.Get service, I encounter the following error.
"error": {
"code": 401,
"message": "The current user has insufficient permissions to perform the requested operation.",
"errors": [
{
"message": "The current user has insufficient permissions to perform the requested operation.",
"domain": "androidpublisher",
"reason": "permissionDenied"
}
]
}
}
The permissions I have given are as attached. Is there anything else I should do?
Android DeveloperAPI enabled
IAM permissions
Google Play Permissions Google Play Permissions
App Permissions App Permissions
After giving the permissions, I waited for two weeks and there was no improvement. I wrote to the Play Console Help Community and they did not respond. I contacted Google via e-mail, and they told me about the permissions I had given and stated that they could not help me further.
本文标签: google apiPurchases API permission Denied 401Stack Overflow
版权声明:本文标题:google api - Purchases API permission Denied 401 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741587841a2386948.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论