Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
In Qlik Cloud, we can host some images in the media library. But is there a way to share it to the others developers ? It could be usefull that everyone can access to images ready to use in Qlik Sense (and I think it's not possible to store it in spaces).
Best regards
Hi @herard_bertrand , can you please clarify what you mean by "share it to the others developers"?
Each app has its own media library, and every developer that has access to the app should be able to access the app's library.
If the question is how to get library files from other apps, there is nothing built-in, but that can be achieved via APIs:
https://tenant.region.qlikcloud.com/api/v1/apps/appId/media/list
will list the media files for that specific appId and there you can get the URL for all the files.
The person accessing the files must have access to the app that hosts the files, though.
If you have any input about how to streamline this, please feel free to suggest an idea!
Hi @herard_bertrand , can you please clarify what you mean by "share it to the others developers"?
Each app has its own media library, and every developer that has access to the app should be able to access the app's library.
If the question is how to get library files from other apps, there is nothing built-in, but that can be achieved via APIs:
https://tenant.region.qlikcloud.com/api/v1/apps/appId/media/list
will list the media files for that specific appId and there you can get the URL for all the files.
The person accessing the files must have access to the app that hosts the files, though.
If you have any input about how to streamline this, please feel free to suggest an idea!