Showing no permission while trying to execute the appwrite function from reactjs frontend using client.
so did you set the permissions for the function you are trying to execute?
I don't know how to do this
can you please help me
Look at the execute setting on your function
Step - 1 => Go to console and do this.
Step-2 => select settings and scroll down
Step-3 => you can add roles here... as of now, put any if you are testing. and read about permissions and roles and functions in documentation.
Thank you @Sandeep K. Dasari
Recommended threads
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?