Documentation shows that Queries are valid here, but doesn't explain which queries are valid.
At first I presumed this to be a bug, but before creating a github issue I tested some possible queries, and found that Query.Select worked (which makes sense in hindsight).
IS it just Query.Select? If not what else would work here? (I can't think of anything else that would make sense...)
For ease of access to the docs: https://appwrite.io/docs/references/1.6.x/server-rest/databases#getDocument
Recommended threads
- How to Ensure a User Can Only Access, Ad...
Hi everyone, I'm building an app using Appwrite, and I'm working on a feature where users can store their favorite items in a "Favorites" collection. Each favo...
- CORS issue on browser for Auth module
Hi guys, I'm dealing with a CORS issue but configurations seems alright, please help: ``` Access to fetch at 'https://api.mega-voice-command.com/v1/account' fr...
- User didn't delete from authentication
I just removed the user (OAuth using Google provider) manually from the auth tab, and when I tried to log in again from my web I got the error in the first pict...