and i’m getting the following error:
{
“error”: “File not found”,
“details”: “File not found. Id: 0c513191-6692-b01f-069d-f707f1533b8b”
}
We are using CUBA 7.1.3.
We have a specific role for the API user and it has Use REST API set to true.
The other custom API endpoints (/services/…) work as expected. The files endpoint used to work before on CUBA 6.
I tried with a lot of FileDescriptors and nothing works. The file descriptors exists both in my db and amazon S3 bucket. The images are properly displayed in app, using the vaadin components.
I read the documentation but still no clue. I also searched for related keys in app.properties to set but nothing found.