<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export Qvf with private content in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2472428#M20978</link>
    <description>&lt;P&gt;Yes, that block does the API call to change-owner API. Just input the object ID as you say, and the owner ID (needs to be the user ID in the target tenant, not from the source tenant, of course).&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 15:18:21 GMT</pubDate>
    <dc:creator>Dave_Channon</dc:creator>
    <dc:date>2024-07-23T15:18:21Z</dc:date>
    <item>
      <title>Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470684#M20916</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I have one Js code where i can have the private content bring into&amp;nbsp; csv file.&lt;BR /&gt;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?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 11:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470684#M20916</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-15T11:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470693#M20917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/246109"&gt;@TcnCunha_M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is Qlik Cloud, have you seen the change object owner API endpoint?&lt;/P&gt;
&lt;P&gt;It's referenced in this migration tutorial&amp;nbsp;&lt;A href="https://qlik.dev/manage/migrate/qlik-cli-app-objects-migrate/" target="_blank"&gt;https://qlik.dev/manage/migrate/qlik-cli-app-objects-migrate/&lt;/A&gt;&amp;nbsp;and here's the API spec&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/apps/#post-v1-apps-appId-objects-objectId-actions-change-owner" target="_blank"&gt;https://qlik.dev/apis/rest/apps/#post-v1-apps-appId-objects-objectId-actions-change-owner&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 12:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470693#M20917</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-07-15T12:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470697#M20918</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1870"&gt;@Dave_Channon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, I see. My automation uses this in the end.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;I know I can change the owner, but the question is, how can I create the QVF with private content?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 12:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470697#M20918</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-15T12:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470707#M20919</link>
      <description>&lt;P&gt;Ahha, in that case, you just need to use OAuth with the correct scope - see this tutorial for the scope (admin.apps)&amp;nbsp;&lt;A href="https://qlik.dev/manage/platform-operations/private-content-bots/" target="_blank"&gt;https://qlik.dev/manage/platform-operations/private-content-bots/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 13:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470707#M20919</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-07-15T13:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470720#M20920</link>
      <description>&lt;P&gt;Hello Dave&lt;BR /&gt;I use JS code from this link as base line in fact.&lt;BR /&gt;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&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 14:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470720#M20920</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-15T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470736#M20921</link>
      <description>&lt;P&gt;What do you see missing from the exports? If that OAuth user has the admin.apps role, our tests show everything is exported.&lt;/P&gt;
&lt;P&gt;If there are specific things please feel free to open a support case, that scope is designed to pull everything from an app.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 15:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470736#M20921</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-07-15T15:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470746#M20922</link>
      <description>&lt;P&gt;There are discrepancies when I compare the Extraction for CSV versus the app I have exported using this automation.&lt;BR /&gt;&lt;BR /&gt;For example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TcnCunha_M_0-1721057211631.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169372iA2FC4FE869EBC084/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TcnCunha_M_0-1721057211631.png" alt="TcnCunha_M_0-1721057211631.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Those objects are coming but the automation should: change the owner of this object to me and export&lt;BR /&gt;&lt;BR /&gt;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....&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TcnCunha_M_1-1721057332046.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169373i163D7E4D84AF08DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TcnCunha_M_1-1721057332046.png" alt="TcnCunha_M_1-1721057332046.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 15:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470746#M20922</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-15T15:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470787#M20925</link>
      <description>&lt;P&gt;I'll drop you a DM. This should work, but it might need an adjustment to your workflow.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 19:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2470787#M20925</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-07-15T19:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471159#M20936</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1870"&gt;@Dave_Channon&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/246109"&gt;@TcnCunha_M&lt;/a&gt;&amp;nbsp;. I'm experiencing the same issue. Are there any updates on this topic?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 10:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471159#M20936</guid>
      <dc:creator>roger-melo</dc:creator>
      <dc:date>2024-07-17T10:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471182#M20938</link>
      <description>&lt;P&gt;Interested to know how to solve this.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 12:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471182#M20938</guid>
      <dc:creator>PabloLabbeImaps</dc:creator>
      <dc:date>2024-07-17T12:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471423#M20948</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1870"&gt;@Dave_Channon&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;After the call yesterday i noted what told me about the content be hide.&lt;BR /&gt;but only work when i try to send to GitHub i can't send directly tenant to tenant?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 09:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471423#M20948</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-18T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471507#M20949</link>
      <description>&lt;P&gt;Update&lt;BR /&gt;there is limitation of 20MB that why was not working but i seems i'm able to send&amp;nbsp; direclty to one tenant to the other i just need more checks to make sure&amp;nbsp;&lt;BR /&gt;Thanks a lot for the help&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1870"&gt;@Dave_Channon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 12:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471507#M20949</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-18T12:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471515#M20951</link>
      <description>&lt;P&gt;Thanks for the update&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/246109"&gt;@TcnCunha_M&lt;/a&gt;&amp;nbsp;- do you have apps larger than 20MB without data? We have some new blocks we could probably launch soon which might support 100-200MB apps.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 13:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471515#M20951</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-07-18T13:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471659#M20957</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1870"&gt;@Dave_Channon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, they are much bigger than that. I am now testing three other apps with the same development model (the only difference is filtering by country, but the app architecture and concept are the same). I was working with Portugal, and now I'm trying Germany, Spain, and France.&lt;/P&gt;
&lt;P&gt;The content doesn't come through at all. Even when accessing the asset, it doesn't bring in the content.&lt;/P&gt;
&lt;P&gt;The user has full access, and I am able to retrieve all the content using JavaScript. However, the inconsistency persists, and it appears that sometimes the functionality works, while other times it does not.&lt;BR /&gt;&lt;BR /&gt;Do I need to refresh the app after migrate or something like this?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 07:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471659#M20957</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-19T07:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471668#M20958</link>
      <description>&lt;P&gt;Its really awkward situation , now Portugal doesn't work, I&amp;nbsp; really not sure what is the "Thing" to make it work&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 08:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471668#M20958</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-19T08:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471672#M20959</link>
      <description>&lt;P&gt;Let me see if I can mock up an example today and share that here.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 08:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2471672#M20959</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-07-19T08:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2472002#M20967</link>
      <description>&lt;P&gt;Thanks again for the time on Friday - I put the app stuff into this tutorial, comments welcome!&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/manage/migrate/migrate-apps-tenants/" target="_blank"&gt;https://qlik.dev/manage/migrate/migrate-apps-tenants/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 08:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2472002#M20967</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-07-22T08:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2472078#M20968</link>
      <description>&lt;P&gt;Thanks for your time, Dave. It's good we figured out the issue was the advanced mode. It might be a good idea to add this information to the tutorial so people don't struggle like I did, thinking the automation was not working when it is actually a "feature" (aka bug) in the UX. Hopefully, they will fix it soon.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 11:31:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2472078#M20968</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-22T11:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2472100#M20969</link>
      <description>&lt;P&gt;Ah, great idea - I added the hidden sheet piece but forgot about that nuance. Will get that updated, thank you again!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 13:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2472100#M20969</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-07-22T13:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export Qvf with private content</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2472422#M20977</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1870"&gt;@Dave_Channon&lt;/a&gt;&amp;nbsp; if understand correctly I don't need to do Raw API i can use directly change Object Onwer [Platform operations]&amp;nbsp; and the sheet should be migrated to the other person, do i understand correctly?&lt;BR /&gt;&lt;BR /&gt;something like this, this case its just to check if is&amp;nbsp; Bookmark or Sheet, set into the variable the object Id to be changed, output just to inform what id will be changed and to whom , output to say done successfully after the change app object owner to be fancy text&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TcnCunha_M_0-1721747618893.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169802i4448A08F642EEF3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TcnCunha_M_0-1721747618893.png" alt="TcnCunha_M_0-1721747618893.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TcnCunha_M_1-1721747859364.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169804i152484DF7E6684B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TcnCunha_M_1-1721747859364.png" alt="TcnCunha_M_1-1721747859364.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 15:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Export-Qvf-with-private-content/m-p/2472422#M20977</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-23T15:17:48Z</dc:date>
    </item>
  </channel>
</rss>

