<?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: Not receiving responses in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276869#M16590</link>
    <description>What version number of the Dropbox SDK do you have installed? The SDK doesn't have a `Dropbox.authorizedClient`, just `DropboxClientsManager.authorizedClient`.&lt;BR /&gt;&lt;BR /&gt;(If you're not running the latest version, currently v4.5.0, please upgrade and try reproducing the issue again.)</description>
    <pubDate>Fri, 18 May 2018 17:43:44 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-05-18T17:43:44Z</dc:date>
    <item>
      <title>Not receiving responses</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276792#M16581</link>
      <description>&lt;P&gt;Hi, I'm new with the Api of DropBox in general. Right now I'm trying to integrate the api on my iOS app. I followed&amp;nbsp;&lt;A href="https://github.com/dropbox/SwiftyDropbox" target="_self"&gt;this&lt;/A&gt;&amp;nbsp;steps I managed to get it working on Xcode&amp;nbsp;Version 9.2&amp;nbsp; with Swift 3.2. I have already signIn with my user and created a folder just as the examples says. What I really want to do is to get the user files list, but I'm making the request almost the same as the creatinFolder but I just dont get a response. I would be very happy with any help&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;let client = Dropbox.authorizedClient;
client?.files.listFolder(path:"").response &lt;BR /&gt;{ response, error in
    if let response = response &lt;BR /&gt;    {
        print("Response: ",response);
        let data = response.entries;
        for file in data
        {
            print(file.name);
        }
    } &lt;BR /&gt;    else if let error = error &lt;BR /&gt;    {
        print("Error: ",error);
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276792#M16581</guid>
      <dc:creator>AliLezama</dc:creator>
      <dc:date>2019-05-29T09:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving responses</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276855#M16584</link>
      <description>Can you check if `client` is `nil`? It looks like you maybe meant to use `DropboxClientsManager.authorizedClient` instead of `Dropbox.authorizedClient`.</description>
      <pubDate>Fri, 18 May 2018 16:03:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276855#M16584</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-18T16:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving responses</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276857#M16586</link>
      <description>&lt;P&gt;Hi Greg, thanks for your help.&lt;/P&gt;&lt;P&gt;But as I mentioned when I run the test to create a folder on myDropBox it does create it, without response. When I try to get files I've checked the client and it isn't nil.&amp;nbsp;&lt;BR /&gt;About the use of 'Dropbox.authorizedClient&lt;SPAN&gt;' instead of 'DropboxClientsManager.authorizedClient', is because xcode told me i didn't found the 'DropboxClientsManager.authorizedClient'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I track the request response and on Alamofire the validate function does not return neither Success nor Failure. I'm going to try Alamofire request alone to see if theres a problem&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 16:14:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276857#M16586</guid>
      <dc:creator>AliLezama</dc:creator>
      <dc:date>2018-05-18T16:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving responses</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276869#M16590</link>
      <description>What version number of the Dropbox SDK do you have installed? The SDK doesn't have a `Dropbox.authorizedClient`, just `DropboxClientsManager.authorizedClient`.&lt;BR /&gt;&lt;BR /&gt;(If you're not running the latest version, currently v4.5.0, please upgrade and try reproducing the issue again.)</description>
      <pubDate>Fri, 18 May 2018 17:43:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276869#M16590</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-18T17:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving responses</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276892#M16594</link>
      <description>Thanks Greg, I don't know why but my cocoaPods had an error and did not download the last version of Dropbox SDK. Had to uninstall cocoa and reinstall and redownload everything, now i got it working and also I'm using DropboxClientsManager.&lt;BR /&gt;Sorry for the trouble and once again thanks.</description>
      <pubDate>Fri, 18 May 2018 21:48:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Not-receiving-responses/m-p/276892#M16594</guid>
      <dc:creator>AliLezama</dc:creator>
      <dc:date>2018-05-18T21:48:12Z</dc:date>
    </item>
  </channel>
</rss>

