How to keep my images url links unchangeable in Files section in Backendless?

I uploaded images, and I use the images url links in a table I have created That is linked to a mobile app., the problem is the images url links keep changed every once and awhile I don’t why this is happening and how to make them unable to change, it cause crashes to my app.

Hello @peter_estafanos

Could you please provide steps to reproduce the issue, and how the link looks like before/after

before: https://backendlessappcontent.com/557DE22F-110B-81E5-FF9A-0CB7813A6000/console/cvzwhithiwfbcimeoyzirtwrdexmsoaapqlc/files/view/images/Ful.png

after: https://backendlessappcontent.com/557DE22F-110B-81E5-FF9A-0CB7813A6000/console/ugxjjbxuqumorcousknvzgvzimbwsrnsfmri/files/view/images/Ful.png

I don’t know why the url link changed it cause the image to stop displaying in my app

These URLs are specific for your session in console - they bypass any security permissions you assign to the files and folders. To get the actual file URL, you need to use the icon that copies the URL into clipboard. See the documentation for more details:
https://backendless.com/docs/rest/file_handling_files_via_console.html#getting-public-url-for-a-file

Regards,
Mark

2 Likes