简体   繁体   中英

Error: HTTP Error: 403, The caller does not have permission

I am trying to upload an app to firebase, using the following command:

firebase serve --only functions,hosting --project project name

however, I'm getting the following error:

Error: HTTP Error: 403, The caller does not have permission

On the IAM-Admin page, I have all permissions set to either Owner or Editor. What am I doing wrong and how do I run the firebase app?

I also encountered a 403 error on the browser when serving Firebase Hosting locally.

I tried changing the port number by

firebase serve --port 50080 --only hosting

Then the page was shown. I use firebase-tools v9.23.0 on macOS 12.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM