<?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: Dropbox OAuth2 Endpoint not giving refresh Token in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-OAuth2-Endpoint-not-giving-refresh-Token/m-p/756500#M3956</link>
    <description>&lt;P&gt;Thanks Greg-DB and&amp;nbsp;Здравко. Adding&amp;nbsp;&lt;FONT face="courier new,courier" color="#808080"&gt;token_access_type=offline&lt;/FONT&gt; in my OAuth URL solved the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 19:40:00 GMT</pubDate>
    <dc:creator>w3Abhishek</dc:creator>
    <dc:date>2024-03-11T19:40:00Z</dc:date>
    <item>
      <title>Dropbox OAuth2 Endpoint not giving refresh Token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-OAuth2-Endpoint-not-giving-refresh-Token/m-p/756116#M3950</link>
      <description>&lt;P&gt;Hey Dropbox Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the Dropbox OAuth2 API for my personal project. But after receiving the authorization code from the user through OAuth URL.&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="w3Abhishek_0-1709991435225.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/44578iEA2D00BFC392C770/image-size/medium?v=v2&amp;amp;px=400" role="button" title="w3Abhishek_0-1709991435225.png" alt="w3Abhishek_0-1709991435225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I used it to get the access_token and refresh_token but upon sending the authorization code, the API is only sending access_token which get expired and not refresh token.&lt;BR /&gt;&lt;BR /&gt;Now, how I will be able to refresh the access_token after expiration?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Help me.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 13:37:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-OAuth2-Endpoint-not-giving-refresh-Token/m-p/756116#M3950</guid>
      <dc:creator>w3Abhishek</dc:creator>
      <dc:date>2024-03-09T13:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox OAuth2 Endpoint not giving refresh Token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-OAuth2-Endpoint-not-giving-refresh-Token/m-p/756154#M3951</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1811809"&gt;@w3Abhishek&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If nothing set explicit as token access type, it's as assumed to be online access type! You need offline access type for refresh token. If you have forgotten set this parameter, just set it on OAuth2 initiation. &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; Take a look &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-in-generating-access-token/m-p/592921/highlight/true#M27586" target="_blank" rel="noopener"&gt;here&lt;/A&gt; for possible flow. Note the parameter &lt;EM&gt;token_access_type&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 18:29:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-OAuth2-Endpoint-not-giving-refresh-Token/m-p/756154#M3951</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-03-09T18:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox OAuth2 Endpoint not giving refresh Token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-OAuth2-Endpoint-not-giving-refresh-Token/m-p/756391#M3954</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1811809"&gt;@w3Abhishek&lt;/a&gt;&amp;nbsp;Здравко is correct; you'll need to set token_access_type=offline on the authorization URL in order to receive a refresh token from /oauth2/token. Refer to the following resources for more information:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;https://developers.dropbox.com/oauth-guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#authorization&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://dropbox.tech/developers/using-oauth-2-0-with-offline-access" target="_blank"&gt;https://dropbox.tech/developers/using-oauth-2-0-with-offline-access&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:11:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-OAuth2-Endpoint-not-giving-refresh-Token/m-p/756391#M3954</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-03-11T14:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox OAuth2 Endpoint not giving refresh Token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-OAuth2-Endpoint-not-giving-refresh-Token/m-p/756500#M3956</link>
      <description>&lt;P&gt;Thanks Greg-DB and&amp;nbsp;Здравко. Adding&amp;nbsp;&lt;FONT face="courier new,courier" color="#808080"&gt;token_access_type=offline&lt;/FONT&gt; in my OAuth URL solved the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 19:40:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-OAuth2-Endpoint-not-giving-refresh-Token/m-p/756500#M3956</guid>
      <dc:creator>w3Abhishek</dc:creator>
      <dc:date>2024-03-11T19:40:00Z</dc:date>
    </item>
  </channel>
</rss>

