0

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.

4
  • Have you taken a look at this? Commented Oct 10, 2023 at 11:17
  • Thanks batman. Reason why i asked question is due to this message in the medium link - "WARNING If you want to use the Google AndroidPublisher API from an app that isn’t associated to your project you will need the app owner to provide you with his client_id and client_secret to continue. " For eg - if want to list/extract all reviews for Uber, do I need to connect their developers to share client id/secret? Commented Oct 11, 2023 at 5:42
  • Yes, I believe you would. I dont think Google allows you to fetch reviews for apps that are not your own so you would need some sort of auth/keys to do so. Commented Oct 11, 2023 at 5:58
  • Thanks again for the quick update batman. Commented Oct 11, 2023 at 6:17

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.