Need help, Can anyone help me by saying what is the problem with this query methond? return databases.listDocuments(awDatabase, awTable, [ Query.select(["$id","name",]), Query.equal("$id", uid), ]); I just need $id and name. Please share what is the problem here. Getting 400 error
{message: "Query method not valid: select", code: 400, type: "general_argument_invalid",…}
code
:
400
message
:
"Query method not valid: select"
type
:
"general_argument_invalid"
version
:
"0.10.37"
Query.select
is part of version 1.3.x
releases.
Cloud still uses 1.1.2
Query method not valid: select
[SOLVED] Query method not valid: select
So is there any way I can get only limited number of field?
Not in the cloud for now, just on a self-hosted using version 1.3+
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...