<?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 display images (get their links) without making two API calls? (Javascript API) in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-display-images-get-their-links-without-making-two-API/m-p/214383#M10979</link>
    <description>&lt;P&gt;No, unfortunately there isn't a way to get thumbnails along with the listing at the same time. I'll pass it along as a feature request.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2017 12:30:09 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-04-03T12:30:09Z</dc:date>
    <item>
      <title>How to display images (get their links) without making two API calls? (Javascript API)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-display-images-get-their-links-without-making-two-API/m-p/214216#M10961</link>
      <description>&lt;P&gt;So I currently have a set up to display images on a webpage:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;dbx.filesListFolder({path: ""})
	.then(function(response) {
		response.entries.forEach( (file) =&amp;gt; {
			dbx.filesGetThumbnail({path: file.path_display, size: 'w1024h768'})
			// And here I wrote the code that creates &amp;lt;img&amp;gt; to display them on my page.&lt;/PRE&gt;
&lt;P&gt;However, this makes my client make two API calls, which is&amp;nbsp;a heavy payload. Is there a way to combine `dbx.filesListFolder` and `dbx.filesGetThumbnail` into 1 API call?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:24:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-display-images-get-their-links-without-making-two-API/m-p/214216#M10961</guid>
      <dc:creator>Mesqueeb</dc:creator>
      <dc:date>2019-05-29T09:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to display images (get their links) without making two API calls? (Javascript API)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-display-images-get-their-links-without-making-two-API/m-p/214383#M10979</link>
      <description>&lt;P&gt;No, unfortunately there isn't a way to get thumbnails along with the listing at the same time. I'll pass it along as a feature request.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 12:30:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-display-images-get-their-links-without-making-two-API/m-p/214383#M10979</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-03T12:30:09Z</dc:date>
    </item>
  </channel>
</rss>

