Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
abhishekkrishna
Contributor
Contributor

How to make mobile collection as public

I'm working on automating QSM and have successfully added apps to the QCS collection via API. Now, I'm trying to add an app to the "Mobile Content" collection using the QCS API, but it's not possible since this collection is private. Is there a way to make the "Mobile Content" collection public so it can be accessed via API?

Labels (4)
1 Solution

Accepted Solutions
Jack310West
Contributor
Contributor

Hello!

You cannot programmatically add apps to the "Mobile Content" collection via the QCS API because it's a private, user-specific collection for the Qlik Sense Mobile SaaS app, designed for individual user control. It cannot be made public. Instead, focus your automation on publishing apps to public or shared collections/spaces that users have access to, from where they can then manually "add to mobile" to their personal collection within the Qlik Sense Mobile app.  UPSers

View solution in original post

2 Replies
Jack310West
Contributor
Contributor

Hello!

You cannot programmatically add apps to the "Mobile Content" collection via the QCS API because it's a private, user-specific collection for the Qlik Sense Mobile SaaS app, designed for individual user control. It cannot be made public. Instead, focus your automation on publishing apps to public or shared collections/spaces that users have access to, from where they can then manually "add to mobile" to their personal collection within the Qlik Sense Mobile app.  UPSers

abhishekkrishna
Contributor
Contributor
Author

Thanks @Jack310West