<?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 All file names and meta data in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/All-file-names-and-meta-data/m-p/277868#M16640</link>
    <description>&lt;P&gt;Does anyone know how I can get a list of every single file I have in my dropbox&amp;nbsp;and it's respective metadata for each file, e.g. file size, file type etc? Managed to get the list of the top directory with the folder names and the files there, but I'm looking for a list of every individual file in it.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:13:02 GMT</pubDate>
    <dc:creator>jdbenjamin</dc:creator>
    <dc:date>2019-05-29T09:13:02Z</dc:date>
    <item>
      <title>All file names and meta data</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/All-file-names-and-meta-data/m-p/277868#M16640</link>
      <description>&lt;P&gt;Does anyone know how I can get a list of every single file I have in my dropbox&amp;nbsp;and it's respective metadata for each file, e.g. file size, file type etc? Managed to get the list of the top directory with the folder names and the files there, but I'm looking for a list of every individual file in it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/All-file-names-and-meta-data/m-p/277868#M16640</guid>
      <dc:creator>jdbenjamin</dc:creator>
      <dc:date>2019-05-29T09:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: All file names and meta data</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/All-file-names-and-meta-data/m-p/278107#M16654</link>
      <description>&lt;P&gt;To list every file and folder, you can use the "recursive" option for list_folder. E.g., with the Python SDK, call &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.files_list_folder" target="_blank"&gt;files_list_folder&lt;/A&gt; with path="" and recursive=True. Make sure you also keep calling back to&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.files_list_folder_continue" target="_blank"&gt;files_list_folder_continue&lt;/A&gt;&amp;nbsp;if/as necessary, as indicates by the has_more value in the result.&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 13:36:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/All-file-names-and-meta-data/m-p/278107#M16654</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-29T13:36:04Z</dc:date>
    </item>
  </channel>
</rss>

