Hi,
My URL looks like this, using a simple query to list documents: ..... without query parameter, my listdocuments works correctly to return all documents ...
when I add queries url parameter, i get the syntax error .... "general query invalid" 400 error
My URL lookslike this ... selecting 3 attributes.
As far as I can tell this follows the asked syntax perfectly.
Thank you in advance for any help.
Recommended threads
- Dashboard permissions
I am setting up a new Database and there will be different authenticated users that need to only create, read, update and delete only their own records. In the...
- Collection require extra fields
Appwrite cloud add extra fields : message: 'Invalid document structure: Missing required attribute "68111_3_name"', this field not exist in my collection, I ha...
- Cannot read properties of undefined (rea...
I am trying to upload image to Appwrite but getting above mentioned error ```js import { ID } from "appwrite"; import storage from "./storage.js"; const addA...