<?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 Showing images in an app folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Showing-images-in-an-app-folder/m-p/254053#M14671</link>
    <description>&lt;P&gt;I have a dropbox app that I create so that I can upload images via the api. I want to be able to show these images on a web page as a carousel. I can get the list of images using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;dbx.filesListFolder({path: ''})
&amp;nbsp; .then(function(response) {
&amp;nbsp; console.log(response.entries);
})
&amp;nbsp; .catch(function(error) {
&amp;nbsp; console.error(error);
});&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I want to be able to show the image on a web page. Is it possible to get the url of the image once it has been uploaded? It looks like, because it is in an app folder that I have to manually allow access to the image and then create a link for it.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jun 2020 03:20:10 GMT</pubDate>
    <dc:creator>grahamjroy</dc:creator>
    <dc:date>2020-06-06T03:20:10Z</dc:date>
    <item>
      <title>Showing images in an app folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Showing-images-in-an-app-folder/m-p/254053#M14671</link>
      <description>&lt;P&gt;I have a dropbox app that I create so that I can upload images via the api. I want to be able to show these images on a web page as a carousel. I can get the list of images using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;dbx.filesListFolder({path: ''})
&amp;nbsp; .then(function(response) {
&amp;nbsp; console.log(response.entries);
})
&amp;nbsp; .catch(function(error) {
&amp;nbsp; console.error(error);
});&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I want to be able to show the image on a web page. Is it possible to get the url of the image once it has been uploaded? It looks like, because it is in an app folder that I have to manually allow access to the image and then create a link for it.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 03:20:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Showing-images-in-an-app-folder/m-p/254053#M14671</guid>
      <dc:creator>grahamjroy</dc:creator>
      <dc:date>2020-06-06T03:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Showing images in an app folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Showing-images-in-an-app-folder/m-p/254376#M14690</link>
      <description>&lt;P&gt;Whether or not your app is using an app folder, you should be able to download or get a temporary or shared link for a file, e.g., using &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesDownload__anchor" target="_self"&gt;filesDownload&lt;/A&gt;, &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesGetTemporaryLink__anchor" target="_self"&gt;filesGetTemporaryLink&lt;/A&gt;, or &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#sharingCreateSharedLinkWithSettings__anchor" target="_self"&gt;sharingCreateSharedLinkWithSettings&lt;/A&gt;, respectively.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If something's not working as expected, please share any relevant code and output. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:01:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Showing-images-in-an-app-folder/m-p/254376#M14690</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-27T16:01:08Z</dc:date>
    </item>
  </channel>
</rss>

