<?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: Qlik Cloud &amp;amp; Python Integration in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2493680#M21545</link>
    <description>&lt;P&gt;Yes, you are correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is one example of how to use Python to upload data to Sharepoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://plainenglish.io/blog/how-to-upload-files-to-sharepoint-using-python" target="_blank"&gt;How to Upload Files to SharePoint Using Python | In Plain English&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2024 14:48:28 GMT</pubDate>
    <dc:creator>igoralcantara</dc:creator>
    <dc:date>2024-11-20T14:48:28Z</dc:date>
    <item>
      <title>Qlik Cloud &amp; Python Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2493669#M21542</link>
      <description>&lt;P&gt;Hi Qlik Community,&lt;/P&gt;
&lt;P&gt;I am currently working with a user who creates data transformation processes in Python, and I would like to know if I can reuse them in Qlik Cloud just as a stored procedure or a SQL query. I have read some articles regarding this integration, but with Qlik Sense Desktop and/or Qlik Sense Client Managed, both of which do not apply for this use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I look forward to hearing from you soon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 14:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2493669#M21542</guid>
      <dc:creator>rolmontero</dc:creator>
      <dc:date>2024-11-20T14:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud &amp; Python Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2493671#M21543</link>
      <description>&lt;P&gt;Yes, it is possible. I have been using Qlik Cloud resources in Python on a daily basis and I have wrote a few articles about it. Here is one example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.datavoyagers.net/post/call-qlik-automl-from-python" target="_blank"&gt;Call Qlik AutoML from Python&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Basically, you have 2 options:&lt;/P&gt;
&lt;P&gt;To get the data from Qlik cloud objects, you can use the library &lt;STRONG&gt;pytoqlik&lt;/STRONG&gt;. It is super straight forward.&lt;/P&gt;
&lt;P&gt;Another way is to use Qlik Cloud APIs. I used to upload my Python treated datasets back to Qlik Cloud, for example. Check out the documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/apis/rest/" target="_blank"&gt;REST APIs | Qlik Developer Portal&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 14:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2493671#M21543</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2024-11-20T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud &amp; Python Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2493675#M21544</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29224"&gt;@igoralcantara&lt;/a&gt; for your answer,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see that option number two would be the best approach for me. I have never used Python, but I would assume you can upload the treated data to SharePoint and connect it to Qlik Cloud. Python will run daily, for example, and therefore I will have fresh data to create visualizations. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Correct me please if I am wrong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again for such a quick response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 14:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2493675#M21544</guid>
      <dc:creator>rolmontero</dc:creator>
      <dc:date>2024-11-20T14:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud &amp; Python Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2493680#M21545</link>
      <description>&lt;P&gt;Yes, you are correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is one example of how to use Python to upload data to Sharepoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://plainenglish.io/blog/how-to-upload-files-to-sharepoint-using-python" target="_blank"&gt;How to Upload Files to SharePoint Using Python | In Plain English&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 14:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2493680#M21545</guid>
      <dc:creator>igoralcantara</dc:creator>
      <dc:date>2024-11-20T14:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Cloud &amp; Python Integration</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2521335#M22301</link>
      <description>&lt;P&gt;But if I need to download data from Qlik Sense Cloud with python? I had a lot of problems with authentication.. error 401. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 16:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Cloud-amp-Python-Integration/m-p/2521335#M22301</guid>
      <dc:creator>FedericoC</dc:creator>
      <dc:date>2025-06-16T16:01:35Z</dc:date>
    </item>
  </channel>
</rss>

