Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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.

bahar.wadia
Posts: 0
Joined: Wed Aug 07, 2013 2:05 am

How to retrieving "File names" for all files (from dabase service API) from specific owner?

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'."
}
}

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to retrieving "File names" for all files (from dabase service API) from specific owner?

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.

Return to “Issues”