<?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 to dynamically display images from drop box in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-dynamically-display-images-from-drop-box/m-p/169896#M6320</link>
    <description>&lt;P&gt;i have images in my dropbox. I would like to display images dynamically. I mean. i pull the file name from my database(same file name with .jpeg in dropbox). according to the file name i would like to display the image. Please help me. I am using php.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:29:37 GMT</pubDate>
    <dc:creator>Tharan R.</dc:creator>
    <dc:date>2019-05-29T09:29:37Z</dc:date>
    <item>
      <title>How to dynamically display images from drop box</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-dynamically-display-images-from-drop-box/m-p/169896#M6320</link>
      <description>&lt;P&gt;i have images in my dropbox. I would like to display images dynamically. I mean. i pull the file name from my database(same file name with .jpeg in dropbox). according to the file name i would like to display the image. Please help me. I am using php.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:29:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-dynamically-display-images-from-drop-box/m-p/169896#M6320</guid>
      <dc:creator>Tharan R.</dc:creator>
      <dc:date>2019-05-29T09:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically display images from drop box</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-dynamically-display-images-from-drop-box/m-p/169897#M6321</link>
      <description>&lt;P&gt;Hi Tharan, if you want to get a link to the file content, you can use the&amp;nbsp;/2/files/get_temporary_link endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_link&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or, if you want to get thumbnails for the images, instead of the full image file, you can use&amp;nbsp;/2/files/get_thumbnail:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_thumbnail" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-get_thumbnail&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that this endpoint returns the thumbnail data directly, and not as a link, so you'd need to save/format it as necessary for display on in your app/site. Exactly how you do that is up to you and will depend on your app/site.&lt;/P&gt;
&lt;P&gt;Or, if you do just want the original image data, you can use&amp;nbsp;/2/files/download:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That also returns the data directly.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 01:00:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-dynamically-display-images-from-drop-box/m-p/169897#M6321</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-01T01:00:35Z</dc:date>
    </item>
  </channel>
</rss>

