<?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 endpoint for list of folder names and paths? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/245168#M13886</link>
    <description>Yes, to list files and folders in Dropbox, you should use the /2/files/list_folder[/continue] endpoints:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To list root, use the empty string "" as the path. To list a non-root path, pass in the path like "/path/to/folder".</description>
    <pubDate>Wed, 04 Oct 2017 16:13:08 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-10-04T16:13:08Z</dc:date>
    <item>
      <title>API endpoint for list of folder names and paths?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/245047#M13872</link>
      <description>&lt;P&gt;Is there an endpoint that will return a list of folder names and paths? Use-case: presenting my users with a dropdown containing various folders they may send a file to.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:18:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/245047#M13872</guid>
      <dc:creator>TAP</dc:creator>
      <dc:date>2019-05-29T09:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for list of folder names and paths?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/245168#M13886</link>
      <description>Yes, to list files and folders in Dropbox, you should use the /2/files/list_folder[/continue] endpoints:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To list root, use the empty string "" as the path. To list a non-root path, pass in the path like "/path/to/folder".</description>
      <pubDate>Wed, 04 Oct 2017 16:13:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/245168#M13886</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-04T16:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for list of folder names and paths?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/245221#M13901</link>
      <description>Thanks Greg!</description>
      <pubDate>Wed, 04 Oct 2017 20:29:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/245221#M13901</guid>
      <dc:creator>TAP</dc:creator>
      <dc:date>2017-10-04T20:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for list of folder names and paths?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/343617#M19845</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What's the C# equivalent of path: "" for the 'Files.ListFolderAsync(path)' method to display to root folder?&lt;/P&gt;&lt;P&gt;It seems to want it in 'id: somevalue' format.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 22:28:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/343617#M19845</guid>
      <dc:creator>Yohancef</dc:creator>
      <dc:date>2019-05-08T22:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: API endpoint for list of folder names and paths?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/343749#M19853</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1127590"&gt;@Yohancef&lt;/a&gt;&amp;nbsp;With the .NET SDK, you would also pass an empty string to list the root folder. That would look like this:&lt;/P&gt;
&lt;PRE&gt;var list = await client.Files.ListFolderAsync(string.Empty);&lt;/PRE&gt;
&lt;P&gt;or:&lt;/P&gt;
&lt;PRE&gt;var list = await client.Files.ListFolderAsync("");&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 May 2019 16:01:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-endpoint-for-list-of-folder-names-and-paths/m-p/343749#M19853</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-05-09T16:01:25Z</dc:date>
    </item>
  </channel>
</rss>

