android - Permission issue Google Play -
i'm having problem androidpublisher.inapppurchases.get
my project according https://code.google.com/p/google-api-java-client/wiki/oauth2#service_accounts , worked fine until migrated new google play account. when execute request server-to-server receiving response.
{ "code" : 401, "errors" : [ { "domain" : "androidpublisher", "message" : "the current user has insufficient permissions perform requested operation.", "reason" : "permissiondenied" } ], "message" : "the current user has insufficient permissions perform requested operation." } anybody familiar response because in google documentation there no clue this.
problem solved adding user service business relationship email address xxxxx@developer.gserviceaccount.com administrator user in google play settings.
android in-app-purchase google-play
No comments:
Post a Comment