'Bitrise Firebase App Distribution Error: failed to upload release. HTTP Error: 403, The caller does not have permission

I am getting the below error while uploading the APK on firebase app distribution via Bitrise.

Error: Failed to upload release. HTTP Error: 403, The caller does not have permission


Solution 1:[1]

The answer is I forgot to add bitrise email in the firebase project under users & Permission as an owner. Then you need to accept the invitation by logging in to the email which you have added.

Steps : 

- Login to firebase project
- Go to Project Setting
- User & Permissions
- Add User with owner access (Add the email id which used in the bitrise)
- You will receive the invite to the added email id.
- Login to the email & Accept the invitation. 

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Maheshvirus