<?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: moblie app using /oauth2/authorize interface redirect_uri problem in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/499756#M24805</link>
    <description>&lt;P&gt;Yes, you can use the redirect_uri option for this. The redirect URI you supply doesn't actually need to be an HTML web page. You should use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;the PKCE option&lt;/A&gt;, and use a redirect URI that goes directly to your app, e.g., by using a custom URL scheme that you register for your app.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 15:53:44 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-02-25T15:53:44Z</dc:date>
    <item>
      <title>moblie app using /oauth2/authorize interface redirect_uri problem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/498465#M24778</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;We plan to use the HTTP interface instead of the Android SDK when connecting to the dropbox. There is a problem in using the redirect_uri parameter in /oauth2/authorize.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;After the authentication is complete, we intend to redirect the app to continue subsequent operations. Now we can't go back to our app. After the authentication is complete, it is in the system browser. How can I redirect to the app?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Currently, I have not found an example of returning to the app after authentication. In the guide document ”The redirect_uri is optional with the code flow - if unspecified, the authorization code is displayed on dropbox.com for the user to copy and paste to your app.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This extra step is less convenient for end users, but appropriate for apps that cannot support a redirect.“&lt;/P&gt;&lt;P&gt;How do we skip this step, or how do we configure in the app to support redirect?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 03:44:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/498465#M24778</guid>
      <dc:creator>chelizi</dc:creator>
      <dc:date>2021-02-22T03:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: moblie app using /oauth2/authorize interface redirect_uri problem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/498718#M24786</link>
      <description>&lt;P&gt;To redirect back to your app after the user authorizes the app, you should use the 'redirect_uri' parameter on&amp;nbsp;/oauth2/authorize that you mentioned. I&amp;nbsp;recommend referring to &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;the&amp;nbsp;/oauth2/authorize documentation&lt;/A&gt; and &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;OAuth Guide&lt;/A&gt; for more information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you elaborate on what you mean when you say "There is a problem in using the redirect_uri parameter in /oauth2/authorize"? What do you have so far, and what isn't working exactly?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 16:04:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/498718#M24786</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-02-22T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: moblie app using /oauth2/authorize interface redirect_uri problem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/499555#M24802</link>
      <description>&lt;P&gt;We access /oauth2/authorize in the app. The system browser is displayed. After the authorization is successful, we needs to redirect to the HTML page written by the us and then start the app on the page. shows the process is app --&amp;gt; system browser --&amp;gt; HTML page --&amp;gt; app. In this scenario, the app is running in the background. Is there any way to return the app after the authorization is successful ?&amp;nbsp; The entire process is as follows: app --&amp;gt; System browser authorization --&amp;gt; After the authorization is successful, back to app . Omit the HTML developed by us start the app page.&amp;nbsp;&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp; &amp;nbsp;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 01:43:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/499555#M24802</guid>
      <dc:creator>chelizi</dc:creator>
      <dc:date>2021-02-25T01:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: moblie app using /oauth2/authorize interface redirect_uri problem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/499756#M24805</link>
      <description>&lt;P&gt;Yes, you can use the redirect_uri option for this. The redirect URI you supply doesn't actually need to be an HTML web page. You should use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;the PKCE option&lt;/A&gt;, and use a redirect URI that goes directly to your app, e.g., by using a custom URL scheme that you register for your app.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 15:53:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/499756#M24805</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-02-25T15:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: moblie app using /oauth2/authorize interface redirect_uri problem</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/500213#M24817</link>
      <description>&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;we used&amp;nbsp;&lt;!-- WeLinkPC --&gt; Custom URI scheme&amp;nbsp; solved the problem.&amp;nbsp; eg: com.example.app:redirect_uri_path. AppLink requires an HTML page to jump to start the app. However, the deeplink can directly start the app using the Custom URI scheme. The HTML page is omitted.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 01:40:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/moblie-app-using-oauth2-authorize-interface-redirect-uri-problem/m-p/500213#M24817</guid>
      <dc:creator>chelizi</dc:creator>
      <dc:date>2021-02-27T01:40:31Z</dc:date>
    </item>
  </channel>
</rss>

