How to use Google api to fetch all reviews of the app in play store if I am not the owner of the app

136 Views Asked by At

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.

0

There are 0 best solutions below