<?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: How to fetch image from Dropbox to display on website ? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fetch-image-from-Dropbox-to-display-on-website/m-p/325460#M19099</link>
    <description>&lt;P&gt;Please , recommended way to upload file(Image...) to cloud and fetch data to display on websit.&lt;/P&gt;</description>
    <pubDate>Sun, 27 Jan 2019 15:28:00 GMT</pubDate>
    <dc:creator>Navy</dc:creator>
    <dc:date>2019-01-27T15:28:00Z</dc:date>
    <item>
      <title>How to fetch image from Dropbox to display on website ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fetch-image-from-Dropbox-to-display-on-website/m-p/325333#M19095</link>
      <description>&lt;P&gt;I base on Meteor Vuejs and Dropbox=4.0.15&lt;/P&gt;&lt;P&gt;I uploaded image to Dropbox using Dropbox API , then I want to get image to display on my website. How can I do ?&lt;/P&gt;&lt;PRE&gt;dbx
.filesListFolder({ path:path})
.then(function(response) {
console.log(response.entries)
dbx
.filesGetTemporaryLink({
path: response.entries[0].path_lower,
})
.then(function(result) {
this.imgUrl = result
console.log('thum', result)
})
.catch(e =&amp;gt; {
console.log(e)
})
})
.catch(function(error) {
console.log(error)
})&lt;/PRE&gt;&lt;P&gt;Result :&lt;/P&gt;&lt;P&gt;sadly it's not work&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2019-01-26 17-18-25.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/8540iDE51945F65FD9E85/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2019-01-26 17-18-25.png" alt="Screenshot from 2019-01-26 17-18-25.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2019 09:08:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fetch-image-from-Dropbox-to-display-on-website/m-p/325333#M19095</guid>
      <dc:creator>Navy</dc:creator>
      <dc:date>2019-05-29T09:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch image from Dropbox to display on website ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fetch-image-from-Dropbox-to-display-on-website/m-p/325404#M19096</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dropbox is not intended as a content host for website.&amp;nbsp; The url you generated via /files/get_temporary_link will for the file to download locally.&amp;nbsp; It cannot be used to embed content within an HTML tag.&amp;nbsp; Also, the links generated by /files/get_temporary_link are only functional for four hours, after which they will expire.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jan 2019 20:12:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fetch-image-from-Dropbox-to-display-on-website/m-p/325404#M19096</guid>
      <dc:creator>DBX_Robert</dc:creator>
      <dc:date>2019-01-26T20:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch image from Dropbox to display on website ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fetch-image-from-Dropbox-to-display-on-website/m-p/325460#M19099</link>
      <description>&lt;P&gt;Please , recommended way to upload file(Image...) to cloud and fetch data to display on websit.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 15:28:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fetch-image-from-Dropbox-to-display-on-website/m-p/325460#M19099</guid>
      <dc:creator>Navy</dc:creator>
      <dc:date>2019-01-27T15:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch image from Dropbox to display on website ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fetch-image-from-Dropbox-to-display-on-website/m-p/325484#M19100</link>
      <description>&lt;P&gt;The workflow you are describing, to upload a file to Dropbox and then embed it in a webpage, is not a workflow that is supported by our API.&amp;nbsp; If you wish to upload file, you can use our &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;/files/upload&lt;/A&gt; API, but we do not offer an endpoint or way to embed content directly in webpages.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 19:50:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-fetch-image-from-Dropbox-to-display-on-website/m-p/325484#M19100</guid>
      <dc:creator>DBX_Robert</dc:creator>
      <dc:date>2019-01-27T19:50:40Z</dc:date>
    </item>
  </channel>
</rss>

