No. You should put the data in the url as query string params
alright thank you steven
[SOLVED] Does GET method in cloud function read the body request?
I dont receive any query string params
Query String: __________
No value here
How about if you execute via the console?
is this correct?
No double quotes
how about this?
No queries
I just convert the method into POst from Get
Searching facilities with query: {"type":"%22medlab%22","limitDefault":30}
I got now the type
hmm its fixed I just undo it into Get method
I got the type query now
so weird
Recommended threads
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Confusion around Tables / TablesDB vs Da...
Hello everyone, I ran into quite a bit of confusion when trying to migrate a Function from Databases.createDocument() to the new Tables / Rows API and wanted t...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...