Retrieving image from DB
Hello,
when I try to retrieve an image file from DB, I receive the following error. I set image/jpeg for Content-Type. I know there are some similar posts. However, it doesn't work. So, would you give me the solution for this?
{
"status":400,
"uri":"https://api.appery.io/rest/1/db/files...",
"response":{
"code":"BCXX002",
"description":"Cannot consume content type"
}
}
I refered to the following articles.
https://devcenter.appery.io/documenta...
And, I uploaded files using the following Upload File to Database plugin.