Was wondering if its possible to use Google API(Google Play Android Developer API) to list all the reviews of an app even if its not developed/published by me?
How can I get the access token? Below is the url of API which I found relevant.
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews
I am getting below error after triggering the url with token generated by me by using Try this method option - { "error": { "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED" } }
Please help.