haswalt
A simple scenario:
- I have 2 collections with a 1 way relationship. "screens" -> "configs"
- The relationship is configured to set NULL on delete.
- From a web app I'm logging in using the google auth provider, My use has been given the label "TestAdmin"
- Both collections have a permission set to allow all by label
- The user can create and update documents in either collection.
- Deleting any document results in "The current use is not authorized to perform the current action"
I would expect with the user having all permissions then I should be able to delete documents?
TL;DR
Developers are experiencing issues deleting documents despite having all permissions with labels properly set up. Ensure that the label in question matches what is being referenced in the permission settings. Additionally, check the relationship configuration to ensure it is not restricting the delete action. Guille
what do you mean with: allow all by label
?
label:all
? or label:TestAdmin
?
Recommended threads
- Magic URL with Deep Link URI in Flutter ...
I have a Flutter app for Mac with a `myapp://test` custom URI. If I visit that URI in my web browser, it redirects to my app. But when I try to create a magic ...
- Twillio config in Appwrite (sms config r...
Hellow , can I succesfully notify users through sms with the Twillio service through Appwrite without a Sender number from Twillio ?? i don t have that on my ...
- Using queries on partial date
Hello, I need to get documents from Database that start with "2024-11" but it's not returning anything. Here current used for this query `export async functio...