app is able to access my database, except for the corresponding image
The url is correct. I pasted it above.
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/
The url is correct. I pasted it above.
To get the image, you would need to make a GET request to this URL:
https://api.tiggzi.com/rest/1/db/file...
Now i'm confused. I thought i needed to map the base64 formatted file to the image asset. DO i need to make an additional request? How would i do that?
Originally i mapped the image asset to that URL, and it didn't work.
What URL do you have in REST Service Properties panel?
{database_url}/collections/Healing
That URL is accessing a different collection, not the File collection. To get the image, you need to make a request to this URL: https://api.tiggzi.com/rest/1/db/file...
OK, now i understand. The file is a separate collection. Thank you!