<?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: Send large QVF File trough Qlik API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075170#M18593</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;,&lt;/P&gt;
&lt;P&gt;Thanks for helping.&lt;/P&gt;
&lt;P&gt;Currently I don't use the SDK platform, i don't know how it works but i will see the link you send, thanks.&lt;/P&gt;
&lt;P&gt;I use the requests library of python.&lt;/P&gt;
&lt;P&gt;I would like to move apps larger than 1GB.&lt;/P&gt;
&lt;P&gt;i join my code below (the code&amp;nbsp; works with application under 250Mb), i just changed the tenant and the authKey&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 14:55:55 GMT</pubDate>
    <dc:creator>flo59243</dc:creator>
    <dc:date>2023-05-24T14:55:55Z</dc:date>
    <item>
      <title>Send large QVF File trough Qlik API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075002#M18590</link>
      <description>&lt;P&gt;Hello Everybody&lt;/P&gt;
&lt;P&gt;I come to ask for help, because, I try to send QVF files via API Qlik in Qlik Cloud with a program in python.&lt;/P&gt;
&lt;P&gt;I use the python request library to send the QVF via API and it works, the application is created in Qlik Cloud.&lt;/P&gt;
&lt;P&gt;However, when the QVF weighs more than 250Mo, the sending fails, so I split the sending using chunk, but even if the sending is done well, the application is not created.&lt;/P&gt;
&lt;P&gt;Is there a specific method to send QVF over 250MB via Qlik API?&lt;/P&gt;
&lt;P&gt;Thanks for your help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 11:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075002#M18590</guid>
      <dc:creator>flo59243</dc:creator>
      <dc:date>2023-05-24T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Send large QVF File trough Qlik API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075036#M18591</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/231557"&gt;@flo59243&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Could you share how you're doing it today? And what size apps are you likely to need to move?&lt;/P&gt;
&lt;P&gt;We have some examples using our Platform SDK (python) &lt;A href="https://github.com/qlik-oss/qlik-cloud-examples/blob/main/qlik.dev/tutorials/platform-operations/sdk-python/tenant_deploy_content.py" target="_self"&gt;here&lt;/A&gt;, have you seen how these work?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 12:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075036#M18591</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-05-24T12:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Send large QVF File trough Qlik API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075170#M18593</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;,&lt;/P&gt;
&lt;P&gt;Thanks for helping.&lt;/P&gt;
&lt;P&gt;Currently I don't use the SDK platform, i don't know how it works but i will see the link you send, thanks.&lt;/P&gt;
&lt;P&gt;I use the requests library of python.&lt;/P&gt;
&lt;P&gt;I would like to move apps larger than 1GB.&lt;/P&gt;
&lt;P&gt;i join my code below (the code&amp;nbsp; works with application under 250Mb), i just changed the tenant and the authKey&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 14:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075170#M18593</guid>
      <dc:creator>flo59243</dc:creator>
      <dc:date>2023-05-24T14:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Send large QVF File trough Qlik API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075185#M18594</link>
      <description>&lt;P&gt;Sure - here's the project, the page includes an install guide and also an export/ import app example:&amp;nbsp;&lt;A href="https://pypi.org/project/qlik-sdk/" target="_blank"&gt;https://pypi.org/project/qlik-sdk/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will try to have a look at your example a little later&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 15:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075185#M18594</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2023-05-24T15:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Send large QVF File trough Qlik API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075205#M18595</link>
      <description>&lt;P&gt;Ok,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just tried with the SDK, it works for my apps test of 320ko but i tried with my other QVF test of 1.03GB, and it doesn't work&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 15:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Send-large-QVF-File-trough-Qlik-API/m-p/2075205#M18595</guid>
      <dc:creator>flo59243</dc:creator>
      <dc:date>2023-05-24T15:40:30Z</dc:date>
    </item>
  </channel>
</rss>

