<?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: API V2 api to get the list of all images meta_data in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181495#M7484</link>
    <description>&lt;P&gt;Thankyou&amp;nbsp;&lt;STRONG class="comment-author" title="Gregory"&gt;Gregory&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2016 11:31:34 GMT</pubDate>
    <dc:creator>Karthik R.</dc:creator>
    <dc:date>2016-08-09T11:31:34Z</dc:date>
    <item>
      <title>API V2 api to get the list of all images meta_data</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181490#M7479</link>
      <description>&lt;P&gt;I'm trying with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" rel="nofollow noreferrer" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to get the list of all images/ files paths and name with the empty path string as parameter, but it always giving me the error. Is the api i'm using it correct if not please suggest me a api which returns the list of all images meta_data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:31:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181490#M7479</guid>
      <dc:creator>Karthik R.</dc:creator>
      <dc:date>2019-05-29T09:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: API V2 api to get the list of all images meta_data</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181491#M7480</link>
      <description>&lt;P&gt;What error are you getting? Be sure to check the response body, as it will contain detailed error information.&lt;/P&gt;
&lt;P&gt;Based on your description though, it sounds like the issue is that you're calling /files/get_metadata for the root folder, which isn't supported, per the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_blank" rel="nofollow noreferrer"&gt;documentation&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;"Note: Metadata for the root folder is unsupported."&lt;/P&gt;
&lt;P&gt;If you want to list the files in the root, you should use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="nofollow noreferrer"&gt;/files/list_folder&lt;/A&gt;&amp;nbsp;and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank" rel="nofollow noreferrer"&gt;/files/list_folder/continue&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2016 01:24:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181491#M7480</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-06T01:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: API V2 api to get the list of all images meta_data</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181492#M7481</link>
      <description />
      <pubDate>Mon, 08 Aug 2016 13:27:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181492#M7481</guid>
      <dc:creator>Karthik R.</dc:creator>
      <dc:date>2016-08-08T13:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: API V2 api to get the list of all images meta_data</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181493#M7482</link>
      <description>&lt;P&gt;Hi Gregory,&lt;/P&gt;
&lt;P&gt;Actually I'm trying to display the list of all images of a user that are available in dropbox. For this i'm now doing&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="nofollow noreferrer"&gt;/files/list_folder&lt;/A&gt;&amp;nbsp;to get all the files and then&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="nofollow noreferrer"&gt;/files/get_temporary_link&lt;/A&gt;&amp;nbsp;to get the links of each files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the process is becoming so slow that i have to call the&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank" rel="nofollow noreferrer"&gt;/files/get_temporary_link&lt;/A&gt;&amp;nbsp;API for each image available. Is there any way to&lt;STRONG&gt; get all the temporary link of the images at once&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2016 14:45:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181493#M7482</guid>
      <dc:creator>Karthik R.</dc:creator>
      <dc:date>2016-08-08T14:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: API V2 api to get the list of all images meta_data</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181494#M7483</link>
      <description>&lt;P&gt;Hi Karthik, there's no need to post the same question multiple times. I'll follow up in your &lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/210091046-Get-temporary-links-of-multiple-files-at-once" target="_blank" rel="nofollow noreferrer"&gt;new thread&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 00:23:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181494#M7483</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-09T00:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: API V2 api to get the list of all images meta_data</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181495#M7484</link>
      <description>&lt;P&gt;Thankyou&amp;nbsp;&lt;STRONG class="comment-author" title="Gregory"&gt;Gregory&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 11:31:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-api-to-get-the-list-of-all-images-meta-data/m-p/181495#M7484</guid>
      <dc:creator>Karthik R.</dc:creator>
      <dc:date>2016-08-09T11:31:34Z</dc:date>
    </item>
  </channel>
</rss>

