
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
- Logs do not work when debugging openrunt...
Hey there. Trying to debug some openruntimes functions locally. I manage to run the server and make requests to it, but for some reason the logger is not printi...
- Issue: Incorrect input type for cron sch...
Description: The input field for setting the function schedule is of type email, which prevents entering a valid cron expression. Error Message: Please include...
- Invalid document structure: Unknown attr...
Hi, when i delete a former attribute from a collection, and then i use the databases in a function or web, i get this error: ```Invalid document structure: Unkn...
