How to retrieving "File names" for all files (from dabase service API) from specific owner?
Hi Helsen, unfortunately there is no other way to do that.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Helsen, unfortunately there is no other way to do that.
I am seeing a similar/strange problem with using a pointer to the built-in Users collection. What am I missing ?
btw. I have well populated and functioning Users collection.
{
"status":"404 Not Found",
"url":"https://api.appery.io/rest/1/db/colle...",
"response":{
"code":"DBSQ203",
"description":"Collection 'Users' absent in database with id 'xxxxxxxxx'."
}
}
Hello! You have to save into column the following structure:
code{
"collName": "users",
"id": "11111111111111111"
}/code
instead this one:
code{
"collName": "Users",
"_id": "11111111111111111"
}/code
Also please share your DB with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a so we can fix your data manually on our side.