<?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 Store files in Sharepoint in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Store-files-in-Sharepoint/m-p/2515276#M14821</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;From Qlik Web Storage Provider Connectors &lt;A title="Help" href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Office365-Sharepoint-storage-provider-connector.htm" target="_self"&gt;help&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;we learn that&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;STORE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;load script statements are not supported by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Web Storage Provider Connectors&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik Sense Enterprise on Windows&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik Sense Desktop&lt;/SPAN&gt;. This limitation includes the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Office 365 Sharepoint&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Web Storage Provider connector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a plan and timeline for introduction of such support for&amp;nbsp;&lt;SPAN class=""&gt;Qlik Sense Enterprise on Windows?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Apr 2025 18:12:57 GMT</pubDate>
    <dc:creator>dmitri_volkov</dc:creator>
    <dc:date>2025-04-22T18:12:57Z</dc:date>
    <item>
      <title>Store files in Sharepoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Store-files-in-Sharepoint/m-p/2515276#M14821</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;From Qlik Web Storage Provider Connectors &lt;A title="Help" href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Storage_Provider_Connectors_help/Content/Connectors_StorageProvider/Storage%20provider%20connectors/Office365-Sharepoint-storage-provider-connector.htm" target="_self"&gt;help&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;we learn that&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;STORE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;load script statements are not supported by&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Web Storage Provider Connectors&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik Sense Enterprise on Windows&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik Sense Desktop&lt;/SPAN&gt;. This limitation includes the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Office 365 Sharepoint&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Web Storage Provider connector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a plan and timeline for introduction of such support for&amp;nbsp;&lt;SPAN class=""&gt;Qlik Sense Enterprise on Windows?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 18:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Store-files-in-Sharepoint/m-p/2515276#M14821</guid>
      <dc:creator>dmitri_volkov</dc:creator>
      <dc:date>2025-04-22T18:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Store files in Sharepoint</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Store-files-in-Sharepoint/m-p/2517130#M14874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1572"&gt;@dmitri_volkov&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I certainly wouldn't hold your breath for this one. The fact it hasn't been done suggests that the API to SharePoint doesn't allow it, so it is unlikely to change any time soon.&lt;/P&gt;&lt;P&gt;On premise there was a way of exposing a SharePoint folder as a UNC path that you could write to, but I'm not sure if that is still a thing.&lt;/P&gt;&lt;P&gt;Other online connectors do allow writing to (DropBox for instance) so you might be able to find a way to synchronise via a different service.&lt;/P&gt;&lt;P&gt;A (very) quick Google shows that there are ways to SFTP to SharePoint, so you could write locally and then SFTP. See&amp;nbsp;&lt;A href="https://www.couchdrop.io/sftp-to-sharepoint" target="_blank"&gt;https://www.couchdrop.io/sftp-to-sharepoint&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 13:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Store-files-in-Sharepoint/m-p/2517130#M14874</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2025-05-08T13:01:42Z</dc:date>
    </item>
  </channel>
</rss>

