Managed
eas-cli v3.5.2
I have multiple expo projects each with their own expo orgs and firebase cloud projects. I have gone through all of the steps to manually build and then automatically build successfully.
The problem comes when submitting to google play (not apple). For two of my projects I’m getting Google Api Error: Invalid request - The caller does not have permission.
I have gone through the steps here: How to fix ‘[!] Google Api Error: Invalid request — The caller does not have permission’ when uploading Android App bundle to the Google Play Store using Fastlane on MacOS | by Ashley Gelwix | DevOps.dev
But my pages look somewhat different than the examples in the post.
I got this response back from Google when I submitted an issue:
Please note that only 1 project can be linked to a Play Console at a time and for the project to show up in the possible list, the Google Play Developer API must be enabled under the project.
Furthermore, the primary email should be the direct owner of the Google Cloud project. The owner role inherited from the [resource hierarchy](https://cloud.google.com/iam/docs/overview#resource-hierarchy) will not work. The primary email address won't be a direct owner of the Google Cloud project automatically unless you created the project using the primary email address.
Each project has its own google-app-service-account.json and google-services.json files. I don’t know what to change to allow those service accounts to submit to google play given they are different and only one google cloud project can be attached to the google play store.
Thanks for any help or clarification!
D