Hello.
It looks like I am able to update documents without proper permissions. Using the latest 1.5.7 version.
Would love some help with this.
So far GET does not work, but PATCH does
you mean, with the READ permissions to ANY, GET doesn't work but PATCH does?
so if i do role any -> read, the read works, if i remove it, the read no longer works.
however, if I do any -> update, i can update, but if i remove it, i can still update
cannot reproduce 🤔. I do get an auth error.
you have any keys added to the headers? could be possible in that case... 👀?
I see whats happening...
If you update with the SAME data, currently present in the Document, then it does update and returns the whole doc. If you change the data a bit, it returns with an auth error.
@Steven what do you think?
Recommended threads
- Transaction Error
AppwriteException: Transaction with the requested ID could not be found. at Generator.next (<anonymous>) { code: 404, type: 'transaction_not_found', r...
- Sites Runtimes 1.8.0 Self-Hosting. Flutt...
I have a problem with the Flutter version for SITES RUNTIMES. I use self-hosting and updated to version 1.8.0, which according to the changelog says they updat...
- getFilePreview , getFileView , getFileDo...
I am on Appwrite self hosted 1.8.0 I use the web sdk 21.3.0 I created a bucket and it has this permission (users:create) then i enabled the file security then ...