<?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: filesListFolder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesListFolder/m-p/288486#M17650</link>
    <description>I figured it out. I've moved on to the next problem.</description>
    <pubDate>Thu, 02 Aug 2018 06:18:18 GMT</pubDate>
    <dc:creator>ShinehahGnolaum</dc:creator>
    <dc:date>2018-08-02T06:18:18Z</dc:date>
    <item>
      <title>filesListFolder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesListFolder/m-p/288483#M17649</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found old code at&amp;nbsp;&lt;A title="PhotoWatch" href="https://blogs.dropbox.com/developers/2015/05/try-out-swiftydropbox-the-new-swift-sdk-for-dropbox-api-v2/" target="_blank"&gt;GitHub/SwiftyDropbox/PhotoWatch&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; 
 if let client = Dropbox.authorizedClient {

       // List folder
        client.filesListFolder(path: "").response { response, error in
            if let result = response {
                println("Folder contents:")
                for entry in result.entries {
                    println(entry.name)
                }
            } else {
                println(error!)
            }
        }

}&lt;/PRE&gt;
&lt;P&gt;I figured out that the first line should be:&lt;/P&gt;
&lt;PRE&gt;if let client = DropboxClientsManager.authorizedClient {
&lt;/PRE&gt;
&lt;P&gt;But I can't find documentation for the rest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just want to be able to itemize the files in the user's iOS SwiftyDropbox app and work my way forward from there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can somebody help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!!! I FIGURED IT OUT. I'M NOT ABLE TO DELETE THIS POST!!!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:11:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesListFolder/m-p/288483#M17649</guid>
      <dc:creator>ShinehahGnolaum</dc:creator>
      <dc:date>2019-05-29T09:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: filesListFolder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesListFolder/m-p/288486#M17650</link>
      <description>I figured it out. I've moved on to the next problem.</description>
      <pubDate>Thu, 02 Aug 2018 06:18:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/filesListFolder/m-p/288486#M17650</guid>
      <dc:creator>ShinehahGnolaum</dc:creator>
      <dc:date>2018-08-02T06:18:18Z</dc:date>
    </item>
  </channel>
</rss>

