Google Play应用内购买-服务器端验证

时间:2019-01-21 20:31:30

标签: android xamarin.android in-app-purchase in-app-billing google-play-console

我使用本指南实施了服务器端IAP验证,但我使用的是Google.Apis.AndroidPublisher.v3而不是v2:answer

每次我调用“ request.ExecuteAsync()”行以使API访问Google时,都会出现以下内容的异常:

Google.Apis.Requests.RequestError
The current user has insufficient permissions to perform the requested operation. [401]
Errors [
    Message[The current user has insufficient permissions to perform the requested operation.] Location[ - ] Reason[permissionDenied] Domain[androidpublisher]
]

绝对没有关于如何正确设置用户的文档(而且我认为设置应该正确吗?),那么什么原因可能导致此问题?我什至尝试将所需用户设置为管理员,但仍然出现此错误...

0 个答案:

没有答案