Closed alexshikov closed 5 years ago
Hello @alexshikov
Are you sure that you defined every permission in the JSON file?
4. Grant the necessary rights to the service account:
Visit the [Google Play Console](https://play.google.com/apps/publish) -> Settings -> Users & permissions -> Invite new user.
Due to the way the Google Play Publisher API works, you have to grant at least the following permissions to that service account:
- ACCESS LEVEL: View app information
- RELEASE MANAGEMENT: Manage production releases, Manage testing track releases
- STORE PRESENCE: Edit store listing, pricing & distribution
from: https://github.com/bitrise-steplib/steps-google-play-deploy/blob/master/step.yml#L24
Thank you @fehersanyi-bitrise ! We've missed it indeed. Adding permission helped.
You can also create a service account to access the API from a build server without providing your personal user credentials:
When I'm trying to upload a new alpha build, I get an exception that I can't actually understand:
The only concern I have, there is no production/beta builds in the Dev Console, can this be the case?
What would you recommend to try/check?