<?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 Engine API and exported file in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43157#M652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm using the Engine Api, with websocket and the jwt authentication.&lt;/P&gt;&lt;P&gt;When I use the &lt;EM&gt;ExportData&lt;/EM&gt; method on an object, I get the url of the exported file, but when I try to get this file through the "code"it returns the login page. If I try with the browser I can download the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I download the file through the websocket session, that is authenticated? Or another solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Feb 2018 10:45:57 GMT</pubDate>
    <dc:creator>stecava82</dc:creator>
    <dc:date>2018-02-02T10:45:57Z</dc:date>
    <item>
      <title>Qlik Engine API and exported file</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43157#M652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm using the Engine Api, with websocket and the jwt authentication.&lt;/P&gt;&lt;P&gt;When I use the &lt;EM&gt;ExportData&lt;/EM&gt; method on an object, I get the url of the exported file, but when I try to get this file through the "code"it returns the login page. If I try with the browser I can download the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I download the file through the websocket session, that is authenticated? Or another solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 10:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43157#M652</guid>
      <dc:creator>stecava82</dc:creator>
      <dc:date>2018-02-02T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Engine API and exported file</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43158#M653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, you can't download that file through a websocket. You need to do an HTTP GET to download it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 10:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43158#M653</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2018-02-02T10:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Engine API and exported file</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43159#M654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Øystein,&lt;/P&gt;&lt;P&gt;thank you for your answer.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But, I need to renew the auth to the https endpoint, or I can pass the session of the websocket&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 11:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43159#M654</guid>
      <dc:creator>stecava82</dc:creator>
      <dc:date>2018-02-02T11:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Engine API and exported file</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43160#M655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do that, you'll need to pass the session token of the websocket as a cookie in your http request. Are you using .Net? In that case I can show you how to do it. In fact, there is another thread on that topic here:&lt;A href="https://community.qlik.com/thread/234024"&gt;Using a Session Cookie with Repository API&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're in the javascript world, then others are better suited to help you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 13:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43160#M655</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2018-02-02T13:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Engine API and exported file</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43161#M656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the hint &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;At the moment I'm working on a prototype with Python, but I take a look at the .net solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 13:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Engine-API-and-exported-file/m-p/43161#M656</guid>
      <dc:creator>stecava82</dc:creator>
      <dc:date>2018-02-02T13:14:17Z</dc:date>
    </item>
  </channel>
</rss>

