Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have one Js code where i can have the private content bring into csv file.
My issue now is I would like to make a qvf even if make me as onwer of the content but get all the contents so i can give back to the previous onwer, does anyone did something like this?
Thanks again for the time on Friday - I put the app stuff into this tutorial, comments welcome!
Hi @TcnCunha_M
If this is Qlik Cloud, have you seen the change object owner API endpoint?
It's referenced in this migration tutorial https://qlik.dev/manage/migrate/qlik-cli-app-objects-migrate/ and here's the API spec https://qlik.dev/apis/rest/apps/#post-v1-apps-appId-objects-objectId-actions-change-owner
Hi @DaveChannon ,
Yes, I see. My automation uses this in the end.
The main issue is that I can't get private content through my automation, so I would like to do it via CLI or JS.
I know I can change the owner, but the question is, how can I create the QVF with private content?
Ahha, in that case, you just need to use OAuth with the correct scope - see this tutorial for the scope (admin.apps) https://qlik.dev/manage/platform-operations/private-content-bots/
If you're using application automation, you can use the Qlik Platform Operations connector with an OAuth client with that scope to export apps with all private content included.
Hello Dave
I use JS code from this link as base line in fact.
i access this link and I didn't see any link related to have platform operations where can smooth move , even with this automation doesn't work sometimes doesn't bring all the content
What do you see missing from the exports? If that OAuth user has the admin.apps role, our tests show everything is exported.
If there are specific things please feel free to open a support case, that scope is designed to pull everything from an app.
There are discrepancies when I compare the Extraction for CSV versus the app I have exported using this automation.
For example:
Those objects are coming but the automation should: change the owner of this object to me and export
and this is not happening, if open a ticket they will say this is OOTB and tell me to pay for consulting service, this has been happening quite often....
I'll drop you a DM. This should work, but it might need an adjustment to your workflow.
Hello, @DaveChannon and @TcnCunha_M . I'm experiencing the same issue. Are there any updates on this topic?
Interested to know how to solve this.