Hello,
I keep getting this error: AppwriteException: The current user is not authorized to perform the requested action.
However, I am given full access to the collection and I gave the All access to view the collections. I am now unsure how this can be an issue when I set permissions up correctly.
const promise = databases.getDocument('66297275000fdd77a26f', '662972bf00173ab3d363', '6629781f002d752eb79f')
promise.then((response) => {
return response;
}, (error) => {
console.log(error)
});```
code
I idealy want it so only logged in users can view it, however doing this for troubleshooting
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...