
in the appwrite console i can add multiple users to read permission of db document but when im trying to implement that in apple-appwrtie-sdk thats crash its a bug ? for example i have two users -> user1_ID = "a1", user2_ID = "a2" i use database.createDocument(databaseId:"databaseId",collectionID:"collectionID",documentID:ID.unieqe() ,Data:[data...], Permissions:[Permission.read(Role.user(user1_ID), Permission.read(Role.user(user2_ID) ) ]) error : the bug Permissions must be one of: (any, users, user:user1_ID, user:user1_ID/verified, users/verified, label:admin)
Recommended threads
- Bug: When creating a table, table name i...
I created a table with a typo. my_taable .... then my code couldn't find it. i updated table name and still couldn't find it. the table name doesn't update. i h...
- Display an in-app in the user mobile?
Would it be possible to send a message that would display an in-app in the user mobile?
- unexpected row_invalid_structure error
In images you can see both my code,error, column schema I do have timezone in table schema but still while creating a row i am receving row_invalid_structure e...
