<?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 Qlik Developer API (cloud) - Exporting an app in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Developer-API-cloud-Exporting-an-app/m-p/2461325#M20753</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to use the Qlik Developer API to export one of the apps in our Qlik Sense SaaS tenant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Through the Python Requests library, I have checked that the authentication was successful. I now have a function that should export the app belonging to the ID I pass as a parameter.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;When checking the response from the post request, I receive 201, however It's not clear to me how I can access the exported app. I have tried both with and without data but maybe I'm missing something or someone can point me to the next step.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The plan is to actually save the apps without data in a cloud to be accessed as backups.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone advise me here on how to access the exported apps?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2024 15:51:57 GMT</pubDate>
    <dc:creator>luke_brady</dc:creator>
    <dc:date>2024-06-11T15:51:57Z</dc:date>
    <item>
      <title>Qlik Developer API (cloud) - Exporting an app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Developer-API-cloud-Exporting-an-app/m-p/2461325#M20753</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to use the Qlik Developer API to export one of the apps in our Qlik Sense SaaS tenant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Through the Python Requests library, I have checked that the authentication was successful. I now have a function that should export the app belonging to the ID I pass as a parameter.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;When checking the response from the post request, I receive 201, however It's not clear to me how I can access the exported app. I have tried both with and without data but maybe I'm missing something or someone can point me to the next step.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The plan is to actually save the apps without data in a cloud to be accessed as backups.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone advise me here on how to access the exported apps?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 15:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Developer-API-cloud-Exporting-an-app/m-p/2461325#M20753</guid>
      <dc:creator>luke_brady</dc:creator>
      <dc:date>2024-06-11T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Developer API (cloud) - Exporting an app</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Developer-API-cloud-Exporting-an-app/m-p/2461583#M20754</link>
      <description>&lt;P&gt;Exporting apps is a two step process. When you call the endpoint "/api/v1/apps/{appId}/export" the response contains a Location header that points to where the app can be downloaded from. The export call only prepares the app for download, you then need to do a GET request on the result. There is an example on how to do this in C# here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/Examples/QcsAppExport/Program.cs" target="_blank"&gt;https://github.com/kolsrud/qlik_rest_sdk/blob/master/Qlik.Sense.RestClient/Examples/QcsAppExport/Program.cs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can see the location header is retrieved at line 25 in that example.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 08:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Developer-API-cloud-Exporting-an-app/m-p/2461583#M20754</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2024-06-12T08:03:01Z</dc:date>
    </item>
  </channel>
</rss>

