<?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 How to regenerate expired Dropbox access token of customer (end user)? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-regenerate-expired-Dropbox-access-token-of-customer-end/m-p/594094#M27634</link>
    <description>&lt;P&gt;We have few customers (end users) for whom we have recently started observing expired Dropbox access token as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DropboxApi::Errors::HttpError : HTTP 401: {"error_summary": "expired_access_token/..", "error": {".tag": "expired_access_token"}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All these customers have already provided necessary permissions to our app &amp;amp; currently have their Dropbox account connected to our app. But due to above error I'm unable to fetch author or video details associated with customer's Dropbox account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A sample expired access token is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"sl.BGkoetSlQMa7KMP-LmYIsSuVGmfY5QoD7ZGtj0wM_IZiWCD1rXS7i0ylaMYQlmvM7xXQg4WGBIFc-tdu9Q9jfZ09WxXpvSIqYWF_G1sCmDJJ_ELrtvZw27iUrUtmoLsdKcDDdc1v"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly let me know how can I regenerate such expired access tokens of customers.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 08:16:54 GMT</pubDate>
    <dc:creator>suhas-shinde</dc:creator>
    <dc:date>2022-04-29T08:16:54Z</dc:date>
    <item>
      <title>How to regenerate expired Dropbox access token of customer (end user)?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-regenerate-expired-Dropbox-access-token-of-customer-end/m-p/594094#M27634</link>
      <description>&lt;P&gt;We have few customers (end users) for whom we have recently started observing expired Dropbox access token as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DropboxApi::Errors::HttpError : HTTP 401: {"error_summary": "expired_access_token/..", "error": {".tag": "expired_access_token"}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All these customers have already provided necessary permissions to our app &amp;amp; currently have their Dropbox account connected to our app. But due to above error I'm unable to fetch author or video details associated with customer's Dropbox account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A sample expired access token is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"sl.BGkoetSlQMa7KMP-LmYIsSuVGmfY5QoD7ZGtj0wM_IZiWCD1rXS7i0ylaMYQlmvM7xXQg4WGBIFc-tdu9Q9jfZ09WxXpvSIqYWF_G1sCmDJJ_ELrtvZw27iUrUtmoLsdKcDDdc1v"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly let me know how can I regenerate such expired access tokens of customers.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 08:16:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-regenerate-expired-Dropbox-access-token-of-customer-end/m-p/594094#M27634</guid>
      <dc:creator>suhas-shinde</dc:creator>
      <dc:date>2022-04-29T08:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to regenerate expired Dropbox access token of customer (end user)?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-regenerate-expired-Dropbox-access-token-of-customer-end/m-p/594118#M27635</link>
      <description>&lt;P&gt;[Cross-linking for reference: &lt;A href="https://stackoverflow.com/questions/72054734/how-to-regenerate-expired-dropbox-access-token-of-customer-end-user" target="_blank"&gt;https://stackoverflow.com/questions/72054734/how-to-regenerate-expired-dropbox-access-token-of-customer-end-user&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox is in the process of switching to only issuing short-lived access tokens (and optional refresh tokens) instead of long-lived access tokens. You can find &lt;A href="https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens" target="_blank" rel="noopener noreferrer"&gt;more information on this migration here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Apps can still get long-term access by requesting "offline" access though, in which case the app receives a "refresh token" that can be used to retrieve new short-lived access tokens as needed, without further manual user intervention. You can find more information in the &lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank" rel="noopener noreferrer"&gt;OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_blank" rel="noopener noreferrer"&gt;authorization documentation&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;For reference, while the creation of new long-lived access tokens is now deprecated, we don't currently have a plan to disable existing long-lived access tokens. (If that changes, we will of course announce that ahead of time.) That being the case, you can continue using existing long-lived access token(s) without interruption, if you have any. Also, note though that after the change you won't be able to create new long-lived access tokens.&lt;BR /&gt;&lt;BR /&gt;While the change began on September 30th 2021, we're releasing it gradually, so you may not have seen your app(s) affected until now. Once it applies to your app, it would apply regardless of the "Access token expiration" setting for your app, and that setting may no longer be available for your app.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 12:15:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-regenerate-expired-Dropbox-access-token-of-customer-end/m-p/594118#M27635</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-29T12:15:23Z</dc:date>
    </item>
  </channel>
</rss>

