<?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: Native Dropbox App OAuth grant workflow for iOS using .Net (Xamarin) in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Native-Dropbox-App-OAuth-grant-workflow-for-iOS-using-Net/m-p/271841#M16115</link>
    <description>The official Dropbox API v2 .NET/C# SDK doesn't officially support Xamarin/iOS unfortunately, so it doesn't implement the app authorization flow where the official Dropbox iOS app is used (via dbapi-2).&lt;BR /&gt;&lt;BR /&gt;Further, that flow where the official Dropbox iOS app is used is only meant for use by the official Dropbox iOS SDKs (i.e., the Objective-C SDK, as you mentioned, and the Swift SDK). That being the case, it's not officially documented, and accordingly I don't have any resources to share on how to manually implement it, nor can I recommend doing so (since it's not officially documented/supported for non-official SDKs). I'll send that along as a feature request though. Apologies I can't be of more help!</description>
    <pubDate>Mon, 09 Apr 2018 18:03:48 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-04-09T18:03:48Z</dc:date>
    <item>
      <title>Native Dropbox App OAuth grant workflow for iOS using .Net (Xamarin)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Native-Dropbox-App-OAuth-grant-workflow-for-iOS-using-Net/m-p/271836#M16113</link>
      <description>&lt;P&gt;Hi, I'm integrating dropbox into Xamarin.iOS using the C# Dropbox.Api nuget package. &amp;nbsp;The authentication via webview works fine, however when the iOS dropbox native app is installed, It won't connect and go that URI redirection process instead.&lt;/P&gt;&lt;P&gt;I did the following here&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#configure-your-project" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c#configure-your-project&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But when I&amp;nbsp;checked github for .NET I noticed it never used "dbapi-2"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can implement it manually using URI redirects. &amp;nbsp;But i'm wondering what&amp;nbsp;the open URI scheme is for Oauth ver 2, I tried the URI in &lt;FONT face="Menlo"&gt;&lt;SPAN&gt;DropboxOAuth2Helper&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;GetAuthorizeUri &lt;/SPAN&gt;&lt;/FONT&gt;and &lt;SPAN&gt;"dbapi-2://2/connect?k="&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;_appKey&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;amp;s=_secretKey"&lt;/SPAN&gt;&amp;nbsp;no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:14:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Native-Dropbox-App-OAuth-grant-workflow-for-iOS-using-Net/m-p/271836#M16113</guid>
      <dc:creator>XamarinDev</dc:creator>
      <dc:date>2019-05-29T09:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Native Dropbox App OAuth grant workflow for iOS using .Net (Xamarin)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Native-Dropbox-App-OAuth-grant-workflow-for-iOS-using-Net/m-p/271841#M16115</link>
      <description>The official Dropbox API v2 .NET/C# SDK doesn't officially support Xamarin/iOS unfortunately, so it doesn't implement the app authorization flow where the official Dropbox iOS app is used (via dbapi-2).&lt;BR /&gt;&lt;BR /&gt;Further, that flow where the official Dropbox iOS app is used is only meant for use by the official Dropbox iOS SDKs (i.e., the Objective-C SDK, as you mentioned, and the Swift SDK). That being the case, it's not officially documented, and accordingly I don't have any resources to share on how to manually implement it, nor can I recommend doing so (since it's not officially documented/supported for non-official SDKs). I'll send that along as a feature request though. Apologies I can't be of more help!</description>
      <pubDate>Mon, 09 Apr 2018 18:03:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Native-Dropbox-App-OAuth-grant-workflow-for-iOS-using-Net/m-p/271841#M16115</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-04-09T18:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Native Dropbox App OAuth grant workflow for iOS using .Net (Xamarin)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Native-Dropbox-App-OAuth-grant-workflow-for-iOS-using-Net/m-p/282008#M17260</link>
      <description>&lt;P&gt;Hi, Can you please tell me the way how you connected dropbox using webview?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 13:19:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Native-Dropbox-App-OAuth-grant-workflow-for-iOS-using-Net/m-p/282008#M17260</guid>
      <dc:creator>kanak</dc:creator>
      <dc:date>2018-06-25T13:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Native Dropbox App OAuth grant workflow for iOS using .Net (Xamarin)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Native-Dropbox-App-OAuth-grant-workflow-for-iOS-using-Net/m-p/282040#M17272</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/339703"&gt;@kanak&lt;/a&gt;&amp;nbsp;Per &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_blank"&gt;the documentation&lt;/A&gt;, the&amp;nbsp;Dropbox OAuth 2 app authorization flow should only be processed via the system browser now.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 15:53:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Native-Dropbox-App-OAuth-grant-workflow-for-iOS-using-Net/m-p/282040#M17272</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-06-25T15:53:39Z</dc:date>
    </item>
  </channel>
</rss>

