Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Jun 24, 2025 9:34:56 AM
Sonja_Bauernfeind
A Qlik Cloud Analytics app contains objects that show images linked from within the app's content library.
The links are constructed in the following format:
https://TENANT.REGION.qlikcloud.com/api/v1/apps/APPID/media/files/FILENAME
The images shown correctly inside the app, but when performing any type of export (pdf, images, tabular reports, etc.) the images are broken.
For it to work, you need to user the relative URL api/v1/apps/APPID/media/list without the tenant name.
Example:
api/v1/apps/0ac04a5f-e44d-413c-9771-07c8d27a8e70/media/files/Background.png
Linking images this way will mean they function correctly from within the app and after an export or when running a report.