<?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 How can I get public URLs for all files within a folder? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/253123#M14604</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use Dropbox to manage a photo gallery.&amp;nbsp;Co-workers can change photos within the folder and I can show them on our website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now, I proxy the&amp;nbsp;request to get the file but that's a lot of calls and files are heavy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead, I would like to&amp;nbsp;embed&amp;nbsp;to use the Dropbox URL directly to show photos, like:&lt;/P&gt;&lt;P&gt;&amp;lt;img src="&lt;A href="https://www.dropbox.com/s/fn64tdfaregvefez/001.jpg" target="_blank"&gt;https://www.dropbox.com/s/fn64tdfaregvefez/001.jpg&lt;/A&gt;" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get public URLs for all files&amp;nbsp;within a folder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://www.dropbox.com/s/fn6fvdfaftefez/001.jpg" border="0" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:17:17 GMT</pubDate>
    <dc:creator>Vincent P.9</dc:creator>
    <dc:date>2019-05-29T09:17:17Z</dc:date>
    <item>
      <title>How can I get public URLs for all files within a folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/253123#M14604</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use Dropbox to manage a photo gallery.&amp;nbsp;Co-workers can change photos within the folder and I can show them on our website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now, I proxy the&amp;nbsp;request to get the file but that's a lot of calls and files are heavy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead, I would like to&amp;nbsp;embed&amp;nbsp;to use the Dropbox URL directly to show photos, like:&lt;/P&gt;&lt;P&gt;&amp;lt;img src="&lt;A href="https://www.dropbox.com/s/fn64tdfaregvefez/001.jpg" target="_blank"&gt;https://www.dropbox.com/s/fn64tdfaregvefez/001.jpg&lt;/A&gt;" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get public URLs for all files&amp;nbsp;within a folder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://www.dropbox.com/s/fn6fvdfaftefez/001.jpg" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:17:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/253123#M14604</guid>
      <dc:creator>Vincent P.9</dc:creator>
      <dc:date>2019-05-29T09:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get public URLs for all files within a folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/253161#M14608</link>
      <description>If you want to get the shared links like the one in your sample, you can use /2/sharing/create_shared_link_with_settings to create one, if one doesn't already exist:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you're using an official SDK, there will be a corresponding method for that.&lt;BR /&gt;&lt;BR /&gt;Note that you'll need to call for each file in the folder that you want.&lt;BR /&gt;&lt;BR /&gt;A link already exists, you can use /2/sharing/list_shared_links to retrieve it:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, note that by default, these shared links point to preview pages, not the files themselves, but you can modify them for direct access as shown here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/help/desktop-web/force-download" target="_blank"&gt;https://www.dropbox.com/help/desktop-web/force-download&lt;/A&gt;</description>
      <pubDate>Fri, 17 Nov 2017 16:31:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/253161#M14608</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-17T16:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get public URLs for all files within a folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/260041#M15135</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your answer. I was trying it and it's extremely slow to create new links with&amp;nbsp;create_shared_link_with_settings, is there a way to batch that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 22:37:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/260041#M15135</guid>
      <dc:creator>Vincent P.9</dc:creator>
      <dc:date>2018-01-11T22:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get public URLs for all files within a folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/260165#M15140</link>
      <description>No, unfortunately there isn't a way to create shared links in bulk, but I'll pass this along as a feature request.</description>
      <pubDate>Fri, 12 Jan 2018 16:18:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/260165#M15140</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-12T16:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get public URLs for all files within a folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/337120#M19625</link>
      <description>&lt;P&gt;And what about now? Did you already do it? We need to upload many photos from dropbox to our website, and if we will do it one by one - it will be very, very long process! Is there any solution to automate share links creation from folder with image files?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 14:40:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/337120#M19625</guid>
      <dc:creator>hypebaestyle</dc:creator>
      <dc:date>2019-04-02T14:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get public URLs for all files within a folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/337130#M19628</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1071557"&gt;@hypebaestyle&lt;/a&gt;&amp;nbsp;No, unfortunately the&amp;nbsp;Dropbox API still doesn't offer a batch shared link creation endpoint.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 15:32:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-get-public-URLs-for-all-files-within-a-folder/m-p/337130#M19628</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-02T15:32:40Z</dc:date>
    </item>
  </channel>
</rss>

