<?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: -canOpenURL: failed for URL: &amp;quot;dbapi-8-emm://1/connect&amp;quot; - error: &amp;quot;The operation co in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/canOpenURL-failed-for-URL-quot-dbapi-8-emm-1-connect-quot-error/m-p/343755#M19857</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Those '10814' errors can be ignored. They just mean that the official&amp;nbsp;Dropbox iOS app isn't installed, so the app authorization&amp;nbsp;flow is sent through Safari instead.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is the app authorization flow not working for you though? E.g., is the app authorization page not appearing&amp;nbsp;at all? If not, based on that third message, that's likely because you're triggering the flow before your app's view is finished loading. In that case, try calling `authorizeFromController` only once the user taps on a particular button (as opposed to in, say, `viewWillAppear` or the like).&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2019 16:25:41 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-05-09T16:25:41Z</dc:date>
    <item>
      <title>-canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "The operation couldn’t be completed</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/canOpenURL-failed-for-URL-quot-dbapi-8-emm-1-connect-quot-error/m-p/343639#M19846</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the errors below after the following swift code:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;DropboxClientsManager&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;authorizeFromController&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;UIApplication&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;shared&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;controller: &lt;SPAN&gt;&lt;STRONG&gt;self&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;openURL: { (url: &lt;SPAN&gt;URL&lt;/SPAN&gt;) -&amp;gt; &lt;SPAN&gt;Void&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;in&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;UIApplication&lt;/SPAN&gt;.&lt;SPAN&gt;shared&lt;/SPAN&gt;.&lt;SPAN&gt;openURL&lt;/SPAN&gt;(url)&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &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;&lt;P&gt;&lt;STRONG&gt;2019-05-08 20:11:56.664761-0500 DropBoxExample2[313:14412] -canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2019-05-08 20:11:56.665540-0500 DropBoxExample2[313:14412] -canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2019-05-08 20:11:56.670493-0500 DropBoxExample2[313:14412] Warning: Attempt to present &amp;lt;SwiftyDropbox.MobileSafariViewController: 0x103814600&amp;gt; on &amp;lt;DropBoxExample2.ViewController: 0x102d1bbd0&amp;gt; whose view is not in the window hierarchy!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:06:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/canOpenURL-failed-for-URL-quot-dbapi-8-emm-1-connect-quot-error/m-p/343639#M19846</guid>
      <dc:creator>rbazaldua</dc:creator>
      <dc:date>2019-05-29T09:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: -canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "The operation co</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/canOpenURL-failed-for-URL-quot-dbapi-8-emm-1-connect-quot-error/m-p/343755#M19857</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Those '10814' errors can be ignored. They just mean that the official&amp;nbsp;Dropbox iOS app isn't installed, so the app authorization&amp;nbsp;flow is sent through Safari instead.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is the app authorization flow not working for you though? E.g., is the app authorization page not appearing&amp;nbsp;at all? If not, based on that third message, that's likely because you're triggering the flow before your app's view is finished loading. In that case, try calling `authorizeFromController` only once the user taps on a particular button (as opposed to in, say, `viewWillAppear` or the like).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 16:25:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/canOpenURL-failed-for-URL-quot-dbapi-8-emm-1-connect-quot-error/m-p/343755#M19857</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-05-09T16:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: -canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "The operation co</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/canOpenURL-failed-for-URL-quot-dbapi-8-emm-1-connect-quot-error/m-p/343777#M19858</link>
      <description>&lt;P&gt;Thanks Greg it works now!&lt;/P&gt;&lt;P&gt;My&amp;nbsp;&lt;SPAN&gt;authorization page was not coming up, &amp;nbsp;so I moved the&amp;nbsp;`authorizeFromController` to its own func and only once the user taps on a button it is called. I am still getting those errors but I am ignoring them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 20:46:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/canOpenURL-failed-for-URL-quot-dbapi-8-emm-1-connect-quot-error/m-p/343777#M19858</guid>
      <dc:creator>rbazaldua</dc:creator>
      <dc:date>2019-05-09T20:46:12Z</dc:date>
    </item>
  </channel>
</rss>

