<?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: dropbox-sdk-obj-c issue in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/207761#M10194</link>
    <description>&lt;P&gt;Thanks, Greg! It helps a lot.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 13:46:00 GMT</pubDate>
    <dc:creator>ajnasaj_tb</dc:creator>
    <dc:date>2017-02-21T13:46:00Z</dc:date>
    <item>
      <title>dropbox-sdk-obj-c issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/206715#M10061</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new with your API but now I got a task to update it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to migrate our app from API v1 to API v2 and this is like hopeless fighting. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, we don't use any dependency manager. I tried to add as subfolder in our project and it failed to build. It complains about that some header files are not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today I did it with Cocoa pod. It seems like it fixed problem and all headers are in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But then I follow instructions from GET STARTED part on github and again a lot of troubles.&lt;/P&gt;&lt;P&gt;(&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#handling-the-authorization-flow" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c#handling-the-authorization-flow&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to this guide I should use [DBClientsManager setupWIthKey:@&amp;lt;API_KEY&amp;gt;]&lt;/P&gt;&lt;P&gt;but xcode complains that there is no&amp;nbsp;DBClientsManager class and suggets to use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DropboxClientsManager. &amp;nbsp;I have replaced it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then when I try the authorization flow part Xcode again stops me and complains that openUrl is deprecated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BTW, here&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/&lt;/A&gt; you can find DropboxClientsManager&amp;nbsp;&lt;/SPAN&gt;class but not DBClientsManager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please point me what I am doing wrong? Is any possibility to add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ObjectiveDropboxOfficial manually as framework? and what wrong with documentation?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:25:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/206715#M10061</guid>
      <dc:creator>ajnasaj_tb</dc:creator>
      <dc:date>2019-05-29T09:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox-sdk-obj-c issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/206790#M10067</link>
      <description>&lt;P&gt;Thanks for the post! We don't currently offer the API v2 Objective-C SDK just as a framework file,&amp;nbsp;but I'll be sure to pass this along as a feature request. We highly&amp;nbsp;recommend using a package manager, as it helps stay up to date with updates. You can find the three supported installation methods &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#sdk-distribution" target="_self"&gt;in the README here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, thanks for pointing out the&amp;nbsp;DBClientsManager/DropboxClientsManager issue! The documentation is just out of date. We'll get that fixed up. It should be&amp;nbsp;&lt;SPAN&gt;DropboxClientsManager.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Finally, the openURL message should only be a warning, and not an error, correct? It shouldn't be preventing you from building the app. Let me know if not though.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 18:21:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/206790#M10067</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-02-14T18:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox-sdk-obj-c issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/207093#M10098</link>
      <description>&lt;P&gt;Thanks for reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, I will check there more. I have added ObjectiveDropboxOfficial and it works now, thank you &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@0BE3A164B7988B8EDC3C0140CFEAFC02/emoticons/1f603.png" alt=":grinning_face_with_big_eyes:" title=":grinning_face_with_big_eyes:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it is just warning and I still can build project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some questions about its usage:&lt;/P&gt;&lt;P&gt;before we used [&lt;SPAN&gt;[DBSession sharedSession] isLinked] to check whether user is linked or not. Is any easy possibility to check it now?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can check it with&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[DropboxClientsManager authorizedClient];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;!= &lt;/SPAN&gt;&lt;SPAN&gt;nil&lt;/SPAN&gt;&lt;SPAN&gt; || [&lt;/SPAN&gt;&lt;SPAN&gt;DropboxClientsManager&lt;/SPAN&gt; &lt;SPAN&gt;authorizedTeamClient&lt;/SPAN&gt;&lt;SPAN&gt;] != &lt;/SPAN&gt;&lt;SPAN&gt;nil&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;nbsp;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DBRestClientDelegate and &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DBNetworkRequestDelegate - we don't need them now ?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have searched some similar questions in the community but no success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Before I used DBMetadata class - property &amp;nbsp;isDirectory. How can check whether it DBFILESMetada is directory or not. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I see DBFILESMetada has name, pathLower, pathDisplay. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there an easy way (like isDirectory before) to check item type?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sorry for simply questions - I am new with these API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 16:13:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/207093#M10098</guid>
      <dc:creator>ajnasaj_tb</dc:creator>
      <dc:date>2017-02-16T16:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox-sdk-obj-c issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/207152#M10109</link>
      <description>Yes, using authorizedClient is the right way to check that.&lt;BR /&gt;&lt;BR /&gt;And that's correct, the new SDK doesn't use DBRestClientDelegate or DBNetworkRequestDelegate. &lt;BR /&gt;&lt;BR /&gt;To determine if an entry is a file or folder, you can use isKindOfClass to check the type, as shown here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#response-handling-edge-cases" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c#response-handling-edge-cases&lt;/A&gt;</description>
      <pubDate>Thu, 16 Feb 2017 18:16:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/207152#M10109</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-02-16T18:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox-sdk-obj-c issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/207761#M10194</link>
      <description>&lt;P&gt;Thanks, Greg! It helps a lot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 13:46:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-sdk-obj-c-issue/m-p/207761#M10194</guid>
      <dc:creator>ajnasaj_tb</dc:creator>
      <dc:date>2017-02-21T13:46:00Z</dc:date>
    </item>
  </channel>
</rss>

