Page 2 of 2

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

Posted: Mon Aug 19, 2013 6:04 pm
by Maryna Brodina

Hi Helsen, unfortunately there is no other way to do that.


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

Posted: Mon Sep 09, 2013 3:04 am
by bahar.wadia

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


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

Posted: Mon Sep 09, 2013 8:25 am
by Maryna Brodina

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.