<?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: Redirect URI documentation incomplete for code flow in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirect-URI-documentation-incomplete-for-code-flow/m-p/661204#M30021</link>
    <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1083169"&gt;@FrustratedUser3&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If you mean callback query (redirect URI), after confirmation by user, ( &lt;FONT color="#FF0000"&gt;it's NOT a call!!!&lt;/FONT&gt; ) GET method is in use. For code flow, there is mandatory 'code' parameter and optional 'state' parameter (appears when/if set in auth URL). Further you need to finish the flow with call to&amp;nbsp;&lt;A title="An app calls this endpoint to acquire a bearer token" href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token" target="_blank" rel="noopener"&gt;/oauth2/token&lt;/A&gt; where you get the flow' results (access token, optional refresh token, different IDs, etc.). &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; That's it.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Sun, 19 Feb 2023 16:26:18 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2023-02-19T16:26:18Z</dc:date>
    <item>
      <title>Redirect URI documentation incomplete for code flow</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirect-URI-documentation-incomplete-for-code-flow/m-p/661191#M30018</link>
      <description>&lt;P&gt;&lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank" rel="noopener"&gt;Dropbox OAuth Guide - Dropbox&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The process of using the redirect URI is not fully explained. There is no mention of which method will be used to call the URI (POST, GET, etc.) and there is no explanation of which parameters should be expected upon successful completion of the code flow. I was expecting to see an example of the incoming request. I'm currently guessing at how it should work.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 12:35:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirect-URI-documentation-incomplete-for-code-flow/m-p/661191#M30018</guid>
      <dc:creator>FrustratedUser3</dc:creator>
      <dc:date>2023-02-21T12:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect URI documentation incomplete for code flow</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirect-URI-documentation-incomplete-for-code-flow/m-p/661204#M30021</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1083169"&gt;@FrustratedUser3&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If you mean callback query (redirect URI), after confirmation by user, ( &lt;FONT color="#FF0000"&gt;it's NOT a call!!!&lt;/FONT&gt; ) GET method is in use. For code flow, there is mandatory 'code' parameter and optional 'state' parameter (appears when/if set in auth URL). Further you need to finish the flow with call to&amp;nbsp;&lt;A title="An app calls this endpoint to acquire a bearer token" href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token" target="_blank" rel="noopener"&gt;/oauth2/token&lt;/A&gt; where you get the flow' results (access token, optional refresh token, different IDs, etc.). &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; That's it.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 16:26:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirect-URI-documentation-incomplete-for-code-flow/m-p/661204#M30021</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-19T16:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect URI documentation incomplete for code flow</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirect-URI-documentation-incomplete-for-code-flow/m-p/661214#M30024</link>
      <description>&lt;P&gt;I was pointing out that the documentation is incomplete. The state variable is mentioned, the code variable is implied, and the http VERB is not referenced. This needs to be added to the documentation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;After the user presses allow during the code flow process, the browser sends a request to the redirect URI using the GET verb with the following query parameters:
* code: A code that ...
* state: An optional variable ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 17:16:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirect-URI-documentation-incomplete-for-code-flow/m-p/661214#M30024</guid>
      <dc:creator>FrustratedUser3</dc:creator>
      <dc:date>2023-02-19T17:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Redirect URI documentation incomplete for code flow</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirect-URI-documentation-incomplete-for-code-flow/m-p/661650#M30041</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1083169"&gt;@FrustratedUser3&lt;/a&gt; Thanks for the feedback!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 23:25:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirect-URI-documentation-incomplete-for-code-flow/m-p/661650#M30041</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-20T23:25:18Z</dc:date>
    </item>
  </channel>
</rss>

