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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...