<?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>article Qlik Sense Desktop: Bundled Dropbox Connector STORE statement fails in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Desktop-Bundled-Dropbox-Connector-STORE-statement/ta-p/1961684</link>
    <description>&lt;P&gt;Using the bundled Dropbox Connector for Qlik Sense Desktop allows for LOAD statements, but STORE statements fail.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There are two Dropbox connectors available for Qlik Sense Desktop. The bundled connector does not support storing of data in Dropbox.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To store data, use the &lt;LI-PRODUCT title="Qlik Web Connectors" id="qlikWebConnectors"&gt;&lt;/LI-PRODUCT&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example configuration of the Dropbox connection:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When using this connector, you will need to store the file locally and then trigger the upload from the load script editor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Connector settings:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Local path&lt;/STRONG&gt;: the path where your source file is stored.&lt;BR /&gt;&lt;STRONG&gt;Dropbox upload path:&lt;/STRONG&gt; the path and file to which you will upload data.&lt;BR /&gt;&lt;STRONG&gt;Mode:&lt;/STRONG&gt; choose if you want to overwrite the file or not&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connector Settings.png" style="width: 921px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85372iE4F9132DBD71B895/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connector Settings.png" alt="Connector Settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example script in the source file:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;let vQwcConnectionName = 'lib://dropboxconnection';

Characters:
Load Chr(RecNo()+Ord('A')-1) as Alpha, RecNo() as Num autogenerate 26;

STORE Characters into [lib://localstorage/test.qvd] (qvd);

DropboxConnector_UploadFile:
LOAD
status as UploadFile_status,
error_message as UploadFile_error_message
FROM [$(vQwcConnectionName)]
(URL IS [http://localhost:5555/data?connectorID=DropboxConnector&amp;amp;table=UploadFile&amp;amp;encrypted_refresh_token=YOUR TOKEN], qvx); &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-Source-Connectors/Dropbox-Connector.htm" target="_blank" rel="noopener"&gt;Qlik Web Connectors: Dropbox&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Sense Desktop" id="qlikSenseDesktop"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Internal Investigation ID(s)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;00040285&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2022 10:20:35 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2022-07-28T10:20:35Z</dc:date>
    <item>
      <title>Qlik Sense Desktop: Bundled Dropbox Connector STORE statement fails</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Desktop-Bundled-Dropbox-Connector-STORE-statement/ta-p/1961684</link>
      <description>&lt;P&gt;Using the bundled Dropbox Connector for Qlik Sense Desktop allows for LOAD statements, but STORE statements fail.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There are two Dropbox connectors available for Qlik Sense Desktop. The bundled connector does not support storing of data in Dropbox.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To store data, use the &lt;LI-PRODUCT title="Qlik Web Connectors" id="qlikWebConnectors"&gt;&lt;/LI-PRODUCT&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example configuration of the Dropbox connection:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When using this connector, you will need to store the file locally and then trigger the upload from the load script editor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Connector settings:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Local path&lt;/STRONG&gt;: the path where your source file is stored.&lt;BR /&gt;&lt;STRONG&gt;Dropbox upload path:&lt;/STRONG&gt; the path and file to which you will upload data.&lt;BR /&gt;&lt;STRONG&gt;Mode:&lt;/STRONG&gt; choose if you want to overwrite the file or not&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Connector Settings.png" style="width: 921px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85372iE4F9132DBD71B895/image-size/large?v=v2&amp;amp;px=999" role="button" title="Connector Settings.png" alt="Connector Settings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Example script in the source file:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;let vQwcConnectionName = 'lib://dropboxconnection';

Characters:
Load Chr(RecNo()+Ord('A')-1) as Alpha, RecNo() as Num autogenerate 26;

STORE Characters into [lib://localstorage/test.qvd] (qvd);

DropboxConnector_UploadFile:
LOAD
status as UploadFile_status,
error_message as UploadFile_error_message
FROM [$(vQwcConnectionName)]
(URL IS [http://localhost:5555/data?connectorID=DropboxConnector&amp;amp;table=UploadFile&amp;amp;encrypted_refresh_token=YOUR TOKEN], qvx); &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-Source-Connectors/Dropbox-Connector.htm" target="_blank" rel="noopener"&gt;Qlik Web Connectors: Dropbox&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Sense Desktop" id="qlikSenseDesktop"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Internal Investigation ID(s)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;00040285&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 10:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Desktop-Bundled-Dropbox-Connector-STORE-statement/ta-p/1961684</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-07-28T10:20:35Z</dc:date>
    </item>
  </channel>
</rss>

