Hi when i set on a table some permission like all users read and write and then from the sdk I try to add a new row in that table I get this error: AppwriteException: The current user is not authorized to perform the requested action. even though the row is actually added. the same happens also when i enable the row security and I specify the correct permission roles, because the row is then added or modified but i still get the error.
Hey! Do you have read permissions enabled? As only write & update permissions aren't enough.
If you don't have any problem, can you share the setup? i.e. the code where you've specified the permissions?
Recommended threads
- getFileViewURL isnt working on android
i trid the adding the jwt token to the end of the url still nothing. but it works fine on ios https://fra.cloud.appwrite.io/v1/storage/buckets/693a0xxxxxxxxf2d...
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...
- Passkeys with Appwrite
I am using appwrite auth and would like to implement passkeys, did anyone have done before, have a guide or documentation or POC? if yes, please share because I...