<?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: Need API to get device codes and Redirect URL in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-API-to-get-device-codes-and-Redirect-URL/m-p/660695#M3202</link>
    <description>&lt;P&gt;&amp;lt;Support ticket information redacted&amp;gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 12:24:39 GMT</pubDate>
    <dc:creator>786999</dc:creator>
    <dc:date>2023-02-17T12:24:39Z</dc:date>
    <item>
      <title>Need API to get device codes and Redirect URL</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-API-to-get-device-codes-and-Redirect-URL/m-p/659030#M3191</link>
      <description>&lt;P&gt;In this first step we &amp;nbsp;executed the “&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=fcfu96aau5vs2rw&amp;amp;response_type=code" target="_blank" rel="noopener"&gt;https://www.dropbox.com/oauth2/authorize?client_id=fcfu96aau5vs2rw&amp;amp;response_type=code&lt;/A&gt;” call in postman we got the below response with 200 OK (which is success message)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1621449_0-1676272404965.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/35175i4FC69946261706C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1621449_0-1676272404965.png" alt="1621449_0-1676272404965.png" /&gt;&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;But the same call when executed in browser we observed the following behavior ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1621449_1-1676272404974.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/35176iF49EF38CA211473A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1621449_1-1676272404974.png" alt="1621449_1-1676272404974.png" /&gt;&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;After selecting “Allow” button we observed the below Screen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1621449_2-1676272404978.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/35174i5D1E63A109C45A40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1621449_2-1676272404978.png" alt="1621449_2-1676272404978.png" /&gt;&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;But the behavior should be like when we call the API ,Dropbox should return “user code” and URL where we enter the “user code” to authenticate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We didn’t find the above mentions behavior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STEP2: The code which we got from above step “9UOc7IydP3AAAAAAAAAAtN-x3o5OKWxmJYiZ6Q0RtB4” is used as Authorization code for the below API call to get access token&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1621449_3-1676272404991.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/35177iE3808DB8CDE292B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1621449_3-1676272404991.png" alt="1621449_3-1676272404991.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 07:14:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-API-to-get-device-codes-and-Redirect-URL/m-p/659030#M3191</guid>
      <dc:creator>1621449</dc:creator>
      <dc:date>2023-02-13T07:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need API to get device codes and Redirect URL</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-API-to-get-device-codes-and-Redirect-URL/m-p/659364#M3194</link>
      <description>&lt;P&gt;Based on your reference to "user code" and "device code", it sounds like you're looking for the OAuth 2 "&lt;A href="https://oauth.net/2/device-flow/" target="_blank"&gt;device flow&lt;/A&gt;". Dropbox does not currently offer support for the OAuth 2 device flow, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox currently only offers the "code" (preferred) and "token" grants. You can find more information on using them in the &lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_blank"&gt;authorization documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 18:33:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-API-to-get-device-codes-and-Redirect-URL/m-p/659364#M3194</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-13T18:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need API to get device codes and Redirect URL</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-API-to-get-device-codes-and-Redirect-URL/m-p/660695#M3202</link>
      <description>&lt;P&gt;&amp;lt;Support ticket information redacted&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 12:24:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-API-to-get-device-codes-and-Redirect-URL/m-p/660695#M3202</guid>
      <dc:creator>786999</dc:creator>
      <dc:date>2023-02-17T12:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need API to get device codes and Redirect URL</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-API-to-get-device-codes-and-Redirect-URL/m-p/660798#M3203</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1622204"&gt;@786999&lt;/a&gt; It looks like you're referring to some early/private access granted to you in a support ticket. For any help with that, please follow up directly on that support ticket, or &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;open a new ticket with API support here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 12:32:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-API-to-get-device-codes-and-Redirect-URL/m-p/660798#M3203</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-17T12:32:38Z</dc:date>
    </item>
  </channel>
</rss>

