
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
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
- Can not login with OAuth
Hello everyone i am trying to login with ios and android in react native - expo but it is not successful. And this is the code which i am using to login
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
