1
私は初めてノードjsで作業しています。 支払い確認セクションに問題がありました。グーグルアプリ内認証サーバサイドエラー「不十分なパーミッションエラー」
https://www.googleapis.com/androidpublisher/v3/applications/{packageName}/inapp/{productId}/purchases/{token}?access_token=Token
上記の内容で近づくと問題があります。 Google APIを使用
https://www.googleapis.com/auth/games
https://www.googleapis.com/auth/plus.login
https://www.googleapis.com/auth/plus.moments.write
https://www.googleapis.com/auth/plus.me
https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/plus.profile.agerange.read
https://www.googleapis.com/auth/plus.profile.language.read
https://www.googleapis.com/auth/plus.circles.members.read
https://www.googleapis.com/auth/games_lite
お支払いは正常に処理されます。 しかし、問題は入金確認側にあります。エラーの 内容:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "insufficientPermissions",
"message": "Insufficient Permission"
}
],
"code": 403,
"message": "Insufficient Permission"
}
}