<?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: ios9 ,canOpenURL: failed for URL: &amp;quot;dbapi-2... in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130060#M3786</link>
    <description>&lt;P&gt;Thanks! That looks right.&amp;nbsp;Do you have the official&amp;nbsp;Dropbox app installed on the device you're seeing this on? (Or are you using the simulator?)&lt;/P&gt;
&lt;P&gt;This message&amp;nbsp;is expected even when URL scheme is pre-registered if no app is installed that supports the dbapi-2 URL scheme. The app authorization process should still work by falling back to the in-app flow though. Does the app authorization process still work for you in this case?&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2015 00:24:51 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-10-21T00:24:51Z</dc:date>
    <item>
      <title>ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130055#M3781</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Ios9 system, access to login screen I get the following error: -canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "(null)"，&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;so , I add "dbapi-2" to LSApplicationQueriesSchemes,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;but, the error is &amp;nbsp;still there&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:39:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130055#M3781</guid>
      <dc:creator>r. joy</dc:creator>
      <dc:date>2019-05-29T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130056#M3782</link>
      <description>&lt;P&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>Mon, 19 Oct 2015 18:59:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130056#M3782</guid>
      <dc:creator>Basil B.2</dc:creator>
      <dc:date>2015-10-19T18:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130057#M3783</link>
      <description>&lt;P&gt;Can you share the relevant code snippet(s) as well as the relevant section of your app's plist so we can look into this?&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 01:54:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130057#M3783</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-10-20T01:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130058#M3784</link>
      <description>&lt;P&gt;the code is dropbox SDK,The following is the interface code I wrote:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;DBSession* session = [[DBSession alloc] initWithAppKey:appKey appSecret:appSecret root:root];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; session.delegate = self; // DBSessionDelegate methods allow you to handle re-authenticating&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; [DBSession setSharedSession:session];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; [session release];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;//&amp;nbsp; &amp;nbsp; [DBRequest setNetworkRequestDelegate:self];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; return [[DBSession sharedSession] isLinked];&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 10:10:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130058#M3784</guid>
      <dc:creator>r. joy</dc:creator>
      <dc:date>2015-10-20T10:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130059#M3785</link>
      <description>&lt;P&gt;&lt;IMG id="wysiwyg_image_1" src="https://www.dropboxforum.com/hc/user_images/vrabvMkGWFmGa7bnbI93Hg.png" alt="&amp;gt;&amp;lt;/p&amp;gt;" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 10:11:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130059#M3785</guid>
      <dc:creator>r. joy</dc:creator>
      <dc:date>2015-10-20T10:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130060#M3786</link>
      <description>&lt;P&gt;Thanks! That looks right.&amp;nbsp;Do you have the official&amp;nbsp;Dropbox app installed on the device you're seeing this on? (Or are you using the simulator?)&lt;/P&gt;
&lt;P&gt;This message&amp;nbsp;is expected even when URL scheme is pre-registered if no app is installed that supports the dbapi-2 URL scheme. The app authorization process should still work by falling back to the in-app flow though. Does the app authorization process still work for you in this case?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 00:24:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130060#M3786</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-10-21T00:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130061#M3787</link>
      <description>&lt;P&gt;thanks your reply,On my device do not &amp;nbsp;have the official Dropbox app, I am using a iphone6 debugging.&lt;BR /&gt;My application is still debug phase.&lt;BR /&gt;Although the connection dropbox login screen reported "dbapi-2" mistake, but after waiting for some time, the login screen can display.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 16:06:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130061#M3787</guid>
      <dc:creator>r. joy</dc:creator>
      <dc:date>2015-10-21T16:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130062#M3788</link>
      <description>&lt;P&gt;It sounds like this is working as expected then. If the&amp;nbsp;Dropbox app is installed, that will be used instead.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 21:54:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130062#M3788</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-10-21T21:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130063#M3789</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;I am getting the error&amp;nbsp; dbapi-2://1/connect" - error: "(null)" when I try to enable dropbox in the simulator however when I try my app in the device I don't get the error because I have the actual dropbox App installed. The problem is when I test my app in the device it will open dropbox to log the user but then after login, it won't come back to my app and if I come back manually, it won't upload files because it tells me the user is unauthorized.&lt;/P&gt;
&lt;P&gt;Any advice?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 06:55:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130063#M3789</guid>
      <dc:creator>alvaro a.2</dc:creator>
      <dc:date>2015-11-17T06:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130064#M3790</link>
      <description>&lt;P&gt;It sounds like the&amp;nbsp;canOpenURL part of this is working as expected, and the issue has to do with being sent back to your app after the fact, so please open a new thread with the details so we can help (without spamming the other people on this thread).&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 07:13:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130064#M3790</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-17T07:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130065#M3791</link>
      <description>&lt;P&gt;When Dropbox account is unlinked and no Dropbox app is installed it fails (in a simulator or in a real device), with error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;-canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "(null)"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you had signed in to Dropbox and then you uninstall Dropbox app, it still works. But once you unlink it fails.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:47:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130065#M3791</guid>
      <dc:creator>Victor A.14</dc:creator>
      <dc:date>2015-11-30T16:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130066#M3792</link>
      <description>&lt;P&gt;Victor, this message is expected if the official Dropbox app isn't installed even when URL scheme is pre-registered, but the SDK should fall back to using the built-in auth flow. Is that not what you're seeing? If not, what does happen?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 02:57:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130066#M3792</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-01T02:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130067#M3793</link>
      <description>&lt;P&gt;Hi Gregory,&lt;/P&gt;
&lt;P&gt;Sorry. It was my fault. I was presenting this:&lt;/P&gt;
&lt;P&gt;[[DBSession sharedSession] linkFromController:this];&lt;/P&gt;
&lt;P&gt;from the wrong controller.&lt;/P&gt;
&lt;P&gt;It's all right now with the dbapi-2 application queries scheme.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 17:19:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130067#M3793</guid>
      <dc:creator>Victor A.14</dc:creator>
      <dc:date>2015-12-01T17:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130068#M3794</link>
      <description>&lt;P&gt;Thank you for yours reply.The problem of its own ios9 system.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 17:31:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130068#M3794</guid>
      <dc:creator>r. joy</dc:creator>
      <dc:date>2015-12-01T17:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130069#M3795</link>
      <description>&lt;P&gt;Hi Gregory&lt;/P&gt;
&lt;P&gt;I found the latest Dropbox SDK was released at "Version 1.3.13, updated September 15, 2014". I got this info from: "&lt;A href="https://www.dropbox.com/developers-v1/core/sdks/ios" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers-v1/core/sdks/ios&lt;/A&gt;", more than 1 year!!!!&lt;/P&gt;
&lt;P&gt;Is &amp;nbsp;there any update recently?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 09:35:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130069#M3795</guid>
      <dc:creator>Bourne W.</dc:creator>
      <dc:date>2015-12-03T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130070#M3796</link>
      <description>&lt;P&gt;Bourne, your question doesn't seem to be directly related to this thread. In the future, please be sure to open new threads for new questions so as not to spam the other people on a thread.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your question though, version 1.3.13 of the iOS Core SDK as posted on the page you linked to is the latest version. We do have a new &lt;A href="https://www.dropbox.com/developers/documentation/swift#overview" target="_blank" rel="nofollow noreferrer"&gt;Swift SDK for API v2&lt;/A&gt; if you want to use that though.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 09:43:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130070#M3796</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-03T09:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130071#M3797</link>
      <description>&lt;P&gt;Thanks Gregory&lt;/P&gt;
&lt;P&gt;The reason why I asked that (version) is because I have the same issue (I already added "dbapi-2" to LSApplicationQueriesSchemes), so I was wondering whether it's because I'm still using that old SDK (I did download from that website).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 12:14:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130071#M3797</guid>
      <dc:creator>Bourne W.</dc:creator>
      <dc:date>2015-12-03T12:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130072#M3798</link>
      <description>&lt;P&gt;Are you still having trouble? If so, what isn't working as expected specifically? Can you share the steps to reproduce the issue, as well as the full error/output you're getting?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 13:15:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130072#M3798</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-03T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130073#M3799</link>
      <description>&lt;P&gt;Gregory&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Here is my code:&lt;/P&gt;
&lt;P&gt;if (![[DBSession sharedSession] isLinked]) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [DBSession sharedSession].delegate = self;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [[DBSession sharedSession] linkFromController:self];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and I have followings in .plist&lt;/P&gt;
&lt;P&gt;&amp;lt;key&amp;gt;LSApplicationQueriesSchemes&amp;lt;/key&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;array&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;string&amp;gt;fbauth&amp;lt;/string&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;string&amp;gt;dbapi-2&amp;lt;/string&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;string&amp;gt;fbauth2&amp;lt;/string&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/array&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The console output is:&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;FFC[21095:2556563] -canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "(null)"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 14:12:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130073#M3799</guid>
      <dc:creator>Bourne W.</dc:creator>
      <dc:date>2015-12-03T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: ios9 ,canOpenURL: failed for URL: "dbapi-2...</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130074#M3800</link>
      <description>&lt;P&gt;Ok, and what, if anything, isn't working as expected? That message is expected if the official&amp;nbsp;Dropbox app isn't installed, but the SDK should then fall back to the built-in flow, in which case you can just ignore that message. Is this what's happening in your case?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 02:14:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/ios9-canOpenURL-failed-for-URL-quot-dbapi-2/m-p/130074#M3800</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-04T02:14:53Z</dc:date>
    </item>
  </channel>
</rss>

