<?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: List files and folders in dropbox sdk in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-files-and-folders-in-dropbox-sdk/m-p/274672#M16383</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/670810"&gt;@Ilya_C&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to run your method and I got back a successful file listing so I don't think there is an issue with what you have in that method as far as the Dropbox API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share a more complete code example of how you're calling that method and creating the dbx object?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, can you confirm if you are using this on a Dropbox account with team space and member folders enabled? If you are not sure what that is, please take a look at the namespace guide here:&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/namespace-guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Chuck&lt;/P&gt;</description>
    <pubDate>Tue, 01 May 2018 22:13:19 GMT</pubDate>
    <dc:creator>chirstius</dc:creator>
    <dc:date>2018-05-01T22:13:19Z</dc:date>
    <item>
      <title>List files and folders in dropbox sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-files-and-folders-in-dropbox-sdk/m-p/274306#M16326</link>
      <description>&lt;DIV class="favoritecount"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="votecell post-layout--left"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="postcell post-layout--right"&gt;&lt;DIV class="post-text"&gt;&lt;P&gt;I need to get the list of files and folders from my account with dropbox SDK .Net. Simple Code :&lt;/P&gt;&lt;PRE&gt;static async Task ListRootFolder(DropboxClient dbx)
    {
        var list = await dbx.Files.ListFolderAsync(string.Empty);
        foreach (var item in list.Entries.Where(i =&amp;gt; i.IsFolder))
        {
            Console.WriteLine("D  {0}/", item.Name);
        }

        foreach (var item in list.Entries.Where(i =&amp;gt; i.IsFile))
        {
            Console.WriteLine("F{0,8} {1}", item.AsFile.Size, item.Name);
        }
    }&lt;/PRE&gt;&lt;P&gt;dbx&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;object - is correct, but&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;list&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is null. no one files in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Console, but they are exists in account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Message = "Cannot access a disposed object.\r\nObject name: 'System.Net.Http.HttpClient'."&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where is a error ?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-files-and-folders-in-dropbox-sdk/m-p/274306#M16326</guid>
      <dc:creator>Ilya_C</dc:creator>
      <dc:date>2019-05-29T09:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: List files and folders in dropbox sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-files-and-folders-in-dropbox-sdk/m-p/274672#M16383</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/670810"&gt;@Ilya_C&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to run your method and I got back a successful file listing so I don't think there is an issue with what you have in that method as far as the Dropbox API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share a more complete code example of how you're calling that method and creating the dbx object?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, can you confirm if you are using this on a Dropbox account with team space and member folders enabled? If you are not sure what that is, please take a look at the namespace guide here:&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/namespace-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/namespace-guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Chuck&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 22:13:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/List-files-and-folders-in-dropbox-sdk/m-p/274672#M16383</guid>
      <dc:creator>chirstius</dc:creator>
      <dc:date>2018-05-01T22:13:19Z</dc:date>
    </item>
  </channel>
</rss>

