<?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 Get files via .NET in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-via-NET/m-p/351576#M20123</link>
    <description>&lt;P&gt;I know the code and APICODE is working because it does return the user accout correctly, but&amp;nbsp; for whatever reason I cannot list the directories or files.&lt;/P&gt;
&lt;P&gt;Using dbx = New DropboxClient("APICODE")&lt;BR /&gt;Dim full = Await dbx.Users.GetCurrentAccountAsync()&lt;BR /&gt;Console.WriteLine("{0} - {1}", full.Name.DisplayName, full.Email)&lt;BR /&gt;ListBox1.Items.Add(full.Email)&lt;BR /&gt;Dim list = Await dbx.Files.ListFolderAsync(String.Empty)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For Each item In list.Entries&lt;BR /&gt;&amp;nbsp;If item.IsFile Then&lt;BR /&gt;&amp;nbsp;Console.WriteLine("F{0,8} {1}", item.AsFile.Size, item.Name)&lt;BR /&gt;End If&lt;/P&gt;
&lt;P&gt;If item.IsFolder Then&lt;BR /&gt;Console.WriteLine("D {0}/", item.Name)&lt;/P&gt;
&lt;P&gt;End If&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Next&lt;BR /&gt;End Using&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 09:39:20 GMT</pubDate>
    <dc:creator>inteldroid</dc:creator>
    <dc:date>2019-07-16T09:39:20Z</dc:date>
    <item>
      <title>Get files via .NET</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-via-NET/m-p/351576#M20123</link>
      <description>&lt;P&gt;I know the code and APICODE is working because it does return the user accout correctly, but&amp;nbsp; for whatever reason I cannot list the directories or files.&lt;/P&gt;
&lt;P&gt;Using dbx = New DropboxClient("APICODE")&lt;BR /&gt;Dim full = Await dbx.Users.GetCurrentAccountAsync()&lt;BR /&gt;Console.WriteLine("{0} - {1}", full.Name.DisplayName, full.Email)&lt;BR /&gt;ListBox1.Items.Add(full.Email)&lt;BR /&gt;Dim list = Await dbx.Files.ListFolderAsync(String.Empty)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For Each item In list.Entries&lt;BR /&gt;&amp;nbsp;If item.IsFile Then&lt;BR /&gt;&amp;nbsp;Console.WriteLine("F{0,8} {1}", item.AsFile.Size, item.Name)&lt;BR /&gt;End If&lt;/P&gt;
&lt;P&gt;If item.IsFolder Then&lt;BR /&gt;Console.WriteLine("D {0}/", item.Name)&lt;/P&gt;
&lt;P&gt;End If&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Next&lt;BR /&gt;End Using&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 09:39:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-via-NET/m-p/351576#M20123</guid>
      <dc:creator>inteldroid</dc:creator>
      <dc:date>2019-07-16T09:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get files via .NET</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-via-NET/m-p/351578#M20124</link>
      <description>&lt;P&gt;I figured it out... I had to put the files in a specific APPS folder.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2019 23:47:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-files-via-NET/m-p/351578#M20124</guid>
      <dc:creator>inteldroid</dc:creator>
      <dc:date>2019-06-23T23:47:25Z</dc:date>
    </item>
  </channel>
</rss>

