<?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: Dropbox connector for Qlik Sense Business in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1632830#M4464</link>
    <description>&lt;P&gt;Hi Cyrill,&lt;/P&gt;&lt;P&gt;I spotted a post later on last night saying that they are trying to get it working, and it will be with us in the next couple of months.&lt;/P&gt;&lt;P&gt;Good to know it's not been intentionally dropped.&lt;/P&gt;&lt;P&gt;Have a great day yourself.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2019 07:12:32 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2019-10-09T07:12:32Z</dc:date>
    <item>
      <title>Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1630892#M4434</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it me, or the Dropbox connector is missing in Qlik Sense Business?&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 08:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1630892#M4434</guid>
      <dc:creator>CDM</dc:creator>
      <dc:date>2019-10-03T08:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1632768#M4458</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's not just you. I've found it's not there for me either. It's an odd omission given some of the other connectors which are there. The straight Web connector is also conspicuous by it's absence.&lt;/P&gt;&lt;P&gt;All is not lost though, as you can use the REST connector and a link to the file generated from Dropbox.&lt;/P&gt;&lt;P&gt;Right click on a file in Dropbox and select&amp;nbsp;&lt;STRONG&gt;Copy Link&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In Sense click&amp;nbsp;&lt;STRONG&gt;Create Connection&amp;nbsp;&lt;/STRONG&gt;and select&amp;nbsp;&lt;STRONG&gt;REST&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Paste the URL in the&amp;nbsp;&lt;STRONG&gt;URL&lt;/STRONG&gt; box, and edit the end of it so that it reads dl=1 (rather than 0).&lt;/P&gt;&lt;P&gt;Give the connection a name and click&amp;nbsp;&lt;STRONG&gt;Create&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;You can then use the&amp;nbsp;&lt;STRONG&gt;Select Data&lt;/STRONG&gt; icon on the connection to load from that file.&lt;/P&gt;&lt;P&gt;This would be a pain, as you would have to have a separate connection for each file in DropBox, but&amp;nbsp;&lt;STRONG&gt;WITH CONNECTION&amp;nbsp;&lt;/STRONG&gt;can deal with this. You can point a script to a different file by amending the URL in the script, like this:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;BR /&gt;"Customer",&lt;BR /&gt;"Date",&lt;BR /&gt;"Ticket No",&lt;BR /&gt;"Task",&lt;BR /&gt;"Hours",&lt;BR /&gt;"Who"&lt;BR /&gt;FROM CSV (header on, delimiter ",", quote """") "CSV_source"&lt;BR /&gt;WITH CONNECTION&lt;BR /&gt;(URL "&lt;A href="https://www.dropbox.com/s/xxxxxxxxxxxxxxxx/customertickets-prior3months.csv?dl=1" target="_blank"&gt;https://www.dropbox.com/s/xxxxxxxxxxxxxxxx/customertickets-prior3months.csv?dl=1&lt;/A&gt;");&lt;/P&gt;&lt;P&gt;This will then load from a different URL to the one you created the connection with. Obviously you will need to hand-craft the select part and file format specifiers as you change the file this way.&lt;/P&gt;&lt;P&gt;It's not an ideal solution (the authentication with DropBox was much simpler) but it does work.&lt;/P&gt;&lt;P&gt;I suspect that the issue is that as the new Cloud Business is hosted somewhere different they need to go through the process of being able to authenticate with DropBox again. Hopefully this will be done soon and we can be back to full functionality.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/" target="_blank"&gt;http://www.quickintelligence.co.uk/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 22:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1632768#M4458</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2019-10-08T22:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1632805#M4463</link>
      <description>&lt;P&gt;Thanks a lot for your fully response.&lt;/P&gt;&lt;P&gt;By the time a proper connector will be setup, I will go this way.&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;Cyrill&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 05:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1632805#M4463</guid>
      <dc:creator>CDM</dc:creator>
      <dc:date>2019-10-09T05:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1632830#M4464</link>
      <description>&lt;P&gt;Hi Cyrill,&lt;/P&gt;&lt;P&gt;I spotted a post later on last night saying that they are trying to get it working, and it will be with us in the next couple of months.&lt;/P&gt;&lt;P&gt;Good to know it's not been intentionally dropped.&lt;/P&gt;&lt;P&gt;Have a great day yourself.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 07:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1632830#M4464</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2019-10-09T07:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637568#M4506</link>
      <description>&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;I tested this and it doesn't work&lt;/P&gt;&lt;P&gt;What are the other setting. Maybe these are not correct&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/preview/********/Tesseract%20Excel/AbsenceReport.csv?dl=1" target="_blank" rel="noopener"&gt;https://www.dropbox.com/preview/********/Tesseract%20Excel/AbsenceReport.csv?dl=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I had role=personal on the end and took this out and replaced with dl=1&lt;/P&gt;&lt;P&gt;The other setting are shown below&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Test555.JPG" style="width: 158px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21977i5166D08F2C3323A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Test555.JPG" alt="Test555.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 21:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637568#M4506</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2019-10-20T21:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637570#M4507</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test 556.JPG" style="width: 213px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21976i4DB20C479AD32351/image-size/large?v=v2&amp;amp;px=999" role="button" title="test 556.JPG" alt="test 556.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 21:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637570#M4507</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2019-10-20T21:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637573#M4508</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The word preview in the URL makes me think that this URL is to show the file on the dropbox site, rather than a straight download. Is there another option for copying a link?&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you use the link it should download the file, rather than showing it in the browser.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 22:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637573#M4508</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2019-10-20T22:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637578#M4509</link>
      <description>&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;When I used web file connector to connect to Dropbox I didn't get private in the address. So something is different now&lt;/P&gt;&lt;P&gt;But Ive done some more work and still haven't been able to connect&lt;/P&gt;&lt;P&gt;Ill keep on trying for a bit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Robert&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 23:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637578#M4509</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2019-10-20T23:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637623#M4511</link>
      <description>&lt;P&gt;The method I mentioned was just using the REST connector, not a specific Web File Connector. The URL was generated by right clicking on the file in File Explorer and selecting Copy Dropbox Link.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 06:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637623#M4511</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2019-10-21T06:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637639#M4512</link>
      <description>&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;Yes I know.&lt;/P&gt;&lt;P&gt;But before the Dropbox connector was released for QSCB I used the web File connector (I think) to connect to Dropbox.&lt;/P&gt;&lt;P&gt;From memory I got the address like you got (s not private etc)&lt;/P&gt;&lt;P&gt;So something is different.&lt;/P&gt;&lt;P&gt;Its not a big thing for me as I was only testing this out of interest as I hadn't used the Rest connector before&lt;/P&gt;&lt;P&gt;I might do a bit more investigation when time permits&lt;/P&gt;&lt;P&gt;Thanks Robert&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 07:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1637639#M4512</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2019-10-21T07:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1638576#M4529</link>
      <description>&lt;P&gt;So I got it to work&lt;/P&gt;&lt;P&gt;I had to use the 'Copy Dropbox Link' for the file in the dropbox folder on my computer&lt;/P&gt;&lt;P&gt;For some reason using the cloud didn't work (as it did before as I never had the files on my desktop)&lt;/P&gt;&lt;P&gt;So thanks to Steve for this solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 20:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1638576#M4529</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2019-10-22T20:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1638587#M4531</link>
      <description>&lt;P&gt;Great news! Thanks for updating back to the forum.&lt;/P&gt;&lt;P&gt;Let's hope they fix the connector soon (I have a client with 150+ files) as the work around is only helpful if you can copy a link for each file easily.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 20:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1638587#M4531</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2019-10-22T20:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1638645#M4532</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14696"&gt;@robert99&lt;/a&gt;&amp;nbsp;. This is going to be a busy section over the next few months!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will this solution also be able to work with QVDs as well?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 02:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1638645#M4532</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2019-10-23T02:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1638701#M4533</link>
      <description>&lt;P&gt;I've not tried, but I see no reason why it would not work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 07:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1638701#M4533</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2019-10-23T07:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1639258#M4553</link>
      <description>&lt;P&gt;Interesting. I stored the same data as in the QVD, to a piped delimited file. I does not seem to be able to 'translate' the QVD but the piped delimited file no problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 02:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1639258#M4553</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2019-10-24T02:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1639275#M4554</link>
      <description>&lt;P&gt;Thanks for this solution. I had to use csv's for now, but it is an very good option for now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 04:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1639275#M4554</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2019-10-24T04:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1640594#M4574</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14696"&gt;@robert99&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used your solution for testing and it worked great. I tried reloading the App this morning and received a 'redirect not allowed' error. Also tried with a new connection and got the same error. I finally got Business to buy-in but they wanna see current data in a demo. Are you able to see if your solutions still reloads. I still have 19 days of the trial left so that should not be an issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prod Connection.JPG" style="width: 584px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22501iF226E62320334E1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Prod Connection.JPG" alt="Prod Connection.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Test Connection.JPG" style="width: 583px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22502iE5AF1F9AE5A9622F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Test Connection.JPG" alt="Test Connection.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 04:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1640594#M4574</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2019-10-29T04:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1640615#M4577</link>
      <description>&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;Its also not working with me. For the same reason you got&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 07:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1640615#M4577</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2019-10-29T07:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1640627#M4578</link>
      <description>&lt;P&gt;Hi Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for checking. I can't believe it.&amp;nbsp;What is really annoying is that I just managed to sell this idea to Business. Now it looks like something has changed or disabled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am starting so wonder why this is called Qlik Sense 'Business'?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 07:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1640627#M4578</guid>
      <dc:creator>johngouws</dc:creator>
      <dc:date>2019-10-29T07:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox connector for Qlik Sense Business</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1640629#M4579</link>
      <description>&lt;P&gt;Contact support. They are usually quick at getting back&lt;/P&gt;&lt;P&gt;The other option to allow the demo is to update the file. Although I have had issues uploading all but the smallest files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 07:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Dropbox-connector-for-Qlik-Sense-Business/m-p/1640629#M4579</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2019-10-29T07:10:42Z</dc:date>
    </item>
  </channel>
</rss>

