Skip to main content
All CollectionsKnowledge BaseAndroid
Google Play Deploy fails with a 403 error
Google Play Deploy fails with a 403 error
Updated over a week ago

Issue:

The Google Play Deploy Step throws the following error:

 "error: Failed to perform edit insert call, error: googleapi: Error 403: The caller does not have permission, forbidden"

Possible solutions:

Set the value of the BITRISE_DEPLOYER_SERVICE_ACCT_KEY Env Var into a valid URL containing your json file.

  1. Upload the account key into the Generic File Storage section of the Code Signing tab on Bitrise directly.

  2. Reference the resulting URL in the Service Account JSON key file path of the Google Play Deploy Step in your Workflow.

Additional information:

Did this answer your question?