<?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: Get shareable links that I can use in &amp;lt;image href&amp;gt; in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/526202#M1931</link>
    <description>Ok thank you</description>
    <pubDate>Thu, 10 Jun 2021 16:40:49 GMT</pubDate>
    <dc:creator>kunaljx86</dc:creator>
    <dc:date>2021-06-10T16:40:49Z</dc:date>
    <item>
      <title>Get shareable links that I can use in &lt;image href&gt;</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/525545#M1925</link>
      <description>&lt;P&gt;Hello, I would like to use Dropbox to store images received on my backend. I would also like to get access to the URL that I can directly use in &amp;lt;image href&amp;gt; in frontend. However, going through /upload API I can't find any property in response that corresponds to a URL.&lt;/P&gt;
&lt;P&gt;I am using NodeJS + Express as my backend. Any help would be appreciated. Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 13:07:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/525545#M1925</guid>
      <dc:creator>kunaljx86</dc:creator>
      <dc:date>2021-06-08T13:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get shareable links that I can use in &lt;image href&gt;</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/525828#M1929</link>
      <description>&lt;P&gt;Generating a direct link for use in an &amp;lt;image href&amp;gt; isn't recommended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead, I'd recommend one of two options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use the &lt;A href="https://www.dropbox.com/developers/embedder" target="_self"&gt;Dropbox Embedder&lt;/A&gt; to display files. Instead of an image href, you'd use a Dropbox shared link (which you can create with the sharing API) as the input to a javascript snippet.&lt;/LI&gt;
&lt;LI&gt;Use the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_thumbnail" target="_self"&gt;thumbnail API&lt;/A&gt; to get efficient thumbnails of content, and serve them through your app (and power downloads with our download API, if applicable).&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 09 Jun 2021 04:43:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/525828#M1929</guid>
      <dc:creator>kylea</dc:creator>
      <dc:date>2021-06-09T04:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get shareable links that I can use in &lt;image href&gt;</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/526202#M1931</link>
      <description>Ok thank you</description>
      <pubDate>Thu, 10 Jun 2021 16:40:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/526202#M1931</guid>
      <dc:creator>kunaljx86</dc:creator>
      <dc:date>2021-06-10T16:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get shareable links that I can use in &lt;image href&gt;</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/572974#M2348</link>
      <description>&lt;P&gt;Does not recommended equate to not possible? I’m not trying to host in a web page, yet still need a direct link&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 18:42:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/572974#M2348</guid>
      <dc:creator>benfsmith</dc:creator>
      <dc:date>2022-01-24T18:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get shareable links that I can use in &lt;image href&gt;</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/573044#M2349</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422352"&gt;@benfsmith&lt;/a&gt; While the Dropbox API does offer &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" target="_self"&gt;the ability to programmatically create (temporary) direct links&lt;/A&gt;, the documentation notes "This URL should not be used to display content directly in the browser.". I can't speak to whether or not this would happen to work for your use case in practice, but Dropbox doesn't officially support it, so we wouldn't be able to offer help with any issues that may arise with that.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 22:01:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Get-shareable-links-that-I-can-use-in-lt-image-href-gt/m-p/573044#M2349</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-24T22:01:30Z</dc:date>
    </item>
  </channel>
</rss>

