Hi team, I was working on an app to test CRUD operation in a Flutter application using Appwrite Cloud. The create operation throws an error, which I believe is because the user doesn't have enough permissions. But, when I try to update permissions, it doesn't seem to hold. Is this expected behaviour?
Hi - let me try reciprocating this
Also, FYI, can you post Cloud-related questions to our cloud discord? you must have the invite in your invitation email
Hmm I tried it and
seems like it works for me
can you show me error once
Yes, sorry about that. I'll add it on the other Discord. (Wasn't aware there was a separate one for Cloud. It has been a while since I've had the access, only got to try it out recently.)
On the frontend, the error message is:
{message: The current user is not authorized to perform the requested action., code: 401, type: user_unauthorized, version: 0.10.10}
which I assume can be resolved if access is updated for users.
Recommended threads
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...