
I am trying to call a Function that I have protected with its generated appwrite.global url. When I have it allowed to be called publicly, I get a response, but if I protect it with All User access, I can not figure out how I can call the function with using an API key I generated.
I made sure to use the X-Appwrite-Key: and X-Appwrite-Project: headers.
I get an error about execute permission role.

I know this may not be the best way, but trying to understand all facts of Appwrite
Recommended threads
- Email OTP Mail Getting Delayed by 10 min...
I just noticed I am reciving delayed otp emails on frankfurt server we are on free plan now but we are planning to change to get on to paid plan can anyone plea...
- schedule functions not working
starting from 15:02 utc time my schedule function stops working. I was able to execute it using the GUI. The schedule is every 5 minutes and I can see a clock i...
- Getting permission denied error while de...
My `package.json` build script is `tsc` and function's commands are `npm install && npm run build`. Here are the deployment logs: ``` 2025-06-19T15:14:36.849527...
