I get the following response when I try to use the Google Play Android Developer api with the API explorer (and oauth tool and python code).
401 Unauthorized
"domain": "androidpublisher","reason": "permissionDenied","message": "The current user has insufficient permissions to perform the requested operation."}],"code": 401,"message": "The current user has insufficient permissions to perform the requested operation."}}The stack exchange thread I found with the same error suggests I need to add the developer account (the email associated with the web api credentials) to the google play account (done). Doesn't seem to help.Does the service email for the web api credentials need to be added to the google wallet?Using the tokeninfo query, the access token is issued to the account I'm expecting and is still valid and has the correct scope.https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=[ACCESS_TOKEN]
Any suggestions?