<?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 Secure file downloads without a dropbox account in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Secure-file-downloads-without-a-dropbox-account/m-p/562913#M26497</link>
    <description>&lt;P&gt;I'm currently building an app for users to get access to confidential data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I like users authorized through our portal to be able to download files from our business dropbox account without the need to create a dropbox account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ideally they'd be granted some token through the portal that allows them to access a particular set of files or a particular folder, and when they click a button in our portal the files would be downloaded to their browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible? All the guides I've read imply the only way to do this is if the user has a dropbox account. Is it possible to do this without one?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 07:45:08 GMT</pubDate>
    <dc:creator>Chase Denecke</dc:creator>
    <dc:date>2021-12-08T07:45:08Z</dc:date>
    <item>
      <title>Secure file downloads without a dropbox account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Secure-file-downloads-without-a-dropbox-account/m-p/562913#M26497</link>
      <description>&lt;P&gt;I'm currently building an app for users to get access to confidential data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I like users authorized through our portal to be able to download files from our business dropbox account without the need to create a dropbox account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ideally they'd be granted some token through the portal that allows them to access a particular set of files or a particular folder, and when they click a button in our portal the files would be downloaded to their browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible? All the guides I've read imply the only way to do this is if the user has a dropbox account. Is it possible to do this without one?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 07:45:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Secure-file-downloads-without-a-dropbox-account/m-p/562913#M26497</guid>
      <dc:creator>Chase Denecke</dc:creator>
      <dc:date>2021-12-08T07:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Secure file downloads without a dropbox account</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Secure-file-downloads-without-a-dropbox-account/m-p/562950#M26498</link>
      <description>&lt;P&gt;The Dropbox API is generally meant for users to connect to their own accounts, but Dropbox itself does offer sharing functionality that can be used to share content to users who don't have their own Dropbox accounts. In particular, &lt;A href="https://help.dropbox.com/files-folders/share/view-only-access" target="_self"&gt;shared links&lt;/A&gt; can be useful for that. You can also &lt;A href="https://help.dropbox.com/files-folders/share/force-download" target="_self"&gt;modify these links for different behaviors&lt;/A&gt;, such as direct downloads.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the Dropbox API to create and list shared links programmatically, via &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_self"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_self"&gt;/2/sharing/list_shared_links&lt;/A&gt;, respectively. As long as you don't leak your access token to other users, i.e., make sure you only keep the access token server-side, you could use make those calls to get shared links as needed and pass those shared links to your end-users. (For reference, the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" target="_self"&gt;/2/files/get_temporary_link&lt;/A&gt; functionality is similar and doesn't rely on actual shared links; it just makes a temporary link that's only valid for four hours. It only works for individual files though, not folders.)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 20:00:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Secure-file-downloads-without-a-dropbox-account/m-p/562950#M26498</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-12-07T20:00:20Z</dc:date>
    </item>
  </channel>
</rss>

