<?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: Non expiring token kept on changing in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/572611#M26727</link>
    <description>&lt;P&gt;Please these is urgent, I need non expiration tokens...&amp;nbsp;this change its a delay...&lt;BR /&gt;if i don't have non expirations tokens, i should change to other server like google drive... please change it again... think about it&lt;/P&gt;</description>
    <pubDate>Sun, 23 Jan 2022 13:57:27 GMT</pubDate>
    <dc:creator>pablorgz</dc:creator>
    <dc:date>2022-01-23T13:57:27Z</dc:date>
    <item>
      <title>Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/569119#M26638</link>
      <description>&lt;P&gt;So i tried following this article about obtaining my perm app token. I did the exact steps. but it always gives me a different Token when i try to access the link&lt;BR /&gt;&lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Tokens-only-valid-for-4-hours-from-app-console/td-p/425269" target="_blank" rel="noopener"&gt;https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Tokens-only-valid-for-4-hours-from-app-console/td-p/425269&lt;/A&gt;&lt;BR /&gt;am I doing something wrong here? it feels very confusing.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 13:16:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/569119#M26638</guid>
      <dc:creator>cfishere</dc:creator>
      <dc:date>2022-03-22T13:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/569502#M26647</link>
      <description>&lt;P&gt;If you are referring to processing the OAuth app authorization flow, note that each time you do so, you will get a different access token (and refresh token, if you're requesting one). These values are expected to be different each time. You only need to process this flow when needed though. For instance, if you are requesting "offline" access, and so are receiving a refresh token, you should store and re-use the resulting refresh token, without processing the app authorization flow again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you haven't already, I recommend reading the following resources for more information on this:&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/migrating-app-permissions-and-access-tokens" target="_blank"&gt;https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If something isn't working as expected or if you're still stuck on something, please show us what the problem is and we'll be happy to help however possible.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 16:28:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/569502#M26647</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-10T16:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571400#M26701</link>
      <description>&lt;P&gt;Hey there, this still isn't really working. the problem is the call for token just always expires so I cannot be able to get the code running for longer than 4 hours. please help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 16:39:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571400#M26701</guid>
      <dc:creator>cfishere</dc:creator>
      <dc:date>2022-01-18T16:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571423#M26702</link>
      <description>&lt;P&gt;Dropbox is switching to issuing short-lived access tokens (and optional refresh tokens) instead of long-lived access tokens, so this is expected. You can find &lt;A href="https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens" target="_self"&gt;more information on this migration here&lt;/A&gt;. That being the case, you will get a short-lived access token by default. (You can identify a short-lived access token by the "sl." prefix.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&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="_self"&gt;OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self"&gt;authorization documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While the change to only issue short-lived access tokens began on September 30th, 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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that if you are not the programmer responsible for this integration, you may need to get an update from them to support this.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 18:16:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571423#M26702</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-18T18:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571570#M26704</link>
      <description>&lt;P&gt;So is it no way other than that to get a perm token? I don't think offline mode work and I need the old way to function. I think that's the only thing stopping the code to work now which is a perm token that does not expire after 4 hours&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 11:18:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571570#M26704</guid>
      <dc:creator>cfishere</dc:creator>
      <dc:date>2022-01-19T11:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571631#M26706</link>
      <description>&lt;P&gt;As the title says, I am trying to generate a refresh token, and then I would like to use the refresh token to get short lived Access tokens.&lt;/P&gt;&lt;P&gt;There is a problem though, in that I'm not smart enough to understand the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.dropbox.com/oauth-guide" rel="nofollow noreferrer" target="_blank"&gt;docs on the dropbox site&lt;/A&gt;, and all the other information I've found hasn't worked for me (&lt;A href="https://stackoverflow.com/questions/67318765/getting-a-new-refresh-token-when-using-one-to-get-an-access-token-dropbox-v2-api" target="_blank"&gt;A&lt;/A&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://stackoverflow.com/questions/25813049/dropbox-api-request-token-not-working-with-python-3" target="_blank"&gt;B&lt;/A&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://stackoverflow.com/questions/67116516/dropbox-sdk-dotnet-how-to-get-a-refresh-token-and-update-the-access-token" target="_blank"&gt;C&lt;/A&gt;) or is in a language I don't understand.&lt;/P&gt;&lt;P&gt;I have tried out all&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-python/tree/main/example/oauth" rel="nofollow noreferrer" target="_blank"&gt;three examples from the github page&lt;/A&gt;, as well as user code from other questions on this site.&lt;/P&gt;&lt;P&gt;I haven't got anything to work.&lt;/P&gt;&lt;P&gt;The most I got was&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Error: 400 Client Error: Bad Request for url: api.dropboxapi.com/oauth2/token&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;dropbox.rest.RESTSocketError: Error connecting to "api.dropbox.com": [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 19 Jan 2022 15:07:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571631#M26706</guid>
      <dc:creator>cfishere</dc:creator>
      <dc:date>2022-01-19T15:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571635#M26708</link>
      <description>&lt;P&gt;To clarify, are you the programmer or an end-user of the app in question? If you are not the programmer of the app, you'll need to reach out to them for help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference, the "offline" flow itself works, but it is something that would need to be implemented by the programmer of the app. In any case, the creation of new long-lived access tokens is being phased out and so may not be available for any given app.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 15:20:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571635#M26708</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-19T15:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571651#M26710</link>
      <description>&lt;P&gt;I'm not the programmer, and the programmer is struggling to understand the dropbox document so i'm sort of asking on behalf of him. the above question was raised by the developer so I'm simply dropped it here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 16:33:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571651#M26710</guid>
      <dc:creator>cfishere</dc:creator>
      <dc:date>2022-01-19T16:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571661#M26711</link>
      <description>&lt;P&gt;Thanks for clarifying. In that case, please have the developer contact us directly if they need help implementing this. The specifics will depend on their existing code, platform, language, etc. They can &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;contact us privately here&lt;/A&gt; if they prefer.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 16:50:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/571661#M26711</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-19T16:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/572611#M26727</link>
      <description>&lt;P&gt;Please these is urgent, I need non expiration tokens...&amp;nbsp;this change its a delay...&lt;BR /&gt;if i don't have non expirations tokens, i should change to other server like google drive... please change it again... think about it&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jan 2022 13:57:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/572611#M26727</guid>
      <dc:creator>pablorgz</dc:creator>
      <dc:date>2022-01-23T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/572615#M26728</link>
      <description>&lt;P&gt;The decision you have made about making changes on your platform is a delay. It functioned way more better before these changes were made.&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="ahora.png" style="width: 800px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/27234i2CEF4B2D9F7A3C8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="ahora.png" alt="ahora.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="antes.png" style="width: 800px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/27235i15B8861BB2E719CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="antes.png" alt="antes.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jan 2022 13:50:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/572615#M26728</guid>
      <dc:creator>pablorgz</dc:creator>
      <dc:date>2022-01-23T13:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/572975#M26739</link>
      <description>&lt;P&gt;Thanks for the feedback! I'll share this with the team.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 18:43:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/572975#M26739</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-24T18:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/573116#M26744</link>
      <description>&lt;P&gt;Could clarification be added to the app console itself that the token is short-lived? I spent around 20 min to finally land on this thread and realize we no longer have the option to generate long lived access tokens, would help prevent redundant additional threads on this topic &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@1CADB087A3A73888E9AEB0DBCCEA98E8/emoticons/1f605.png" alt=":grinning_face_with_sweat:" title=":grinning_face_with_sweat:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all the info Greg!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 05:27:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/573116#M26744</guid>
      <dc:creator>sanchitcop19</dc:creator>
      <dc:date>2022-01-25T05:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/573256#M26749</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1512634"&gt;@sanchitcop19&lt;/a&gt; Thanks for the note! I'll ask the team to clarify this in the UI there.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 16:31:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/573256#M26749</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-01-25T16:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/573433#M26754</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 08:50:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/573433#M26754</guid>
      <dc:creator>sanchitcop19</dc:creator>
      <dc:date>2022-01-26T08:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/584830#M27231</link>
      <description>&lt;P&gt;Unfortunately, we have the same problem with the token, which is only valid for 4 hours.&lt;BR /&gt;In a backup plugin for the iot system iobroker we use the API for backup in the Dropbox.&lt;/P&gt;&lt;P&gt;Unfortunately, the token expires after 4 hours, which unfortunately means that users do not have a backup in the Dropbox.&lt;/P&gt;&lt;P&gt;We have about 45,000 users of the plugin and people are having really big problems with changing the token lifetime&lt;/P&gt;&lt;P&gt;Here is the link to the project&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/simatec/ioBroker.backitup" target="_blank"&gt;https://github.com/simatec/ioBroker.backitup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 14:26:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/584830#M27231</guid>
      <dc:creator>simatec</dc:creator>
      <dc:date>2022-03-20T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/585044#M27241</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1527814"&gt;@simatec&lt;/a&gt; Thanks for the note. You'll need to update your app to use refresh tokens if it needs to maintain long-term access without manual user intervention. You can find &lt;A href="https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens" target="_self" rel="nofollow noopener noreferrer"&gt;more information on this migration here&lt;/A&gt;, and you can find more information about this functionality in the &lt;A href="https://developers.dropbox.com/oauth-guide" target="_self" rel="noopener noreferrer"&gt;OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self" rel="noopener noreferrer"&gt;authorization documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 14:27:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/585044#M27241</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-03-21T14:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/585068#M27245</link>
      <description>&lt;P&gt;Unfortunately, the variant of the refresh_token cannot be implemented for our plugin.&lt;/P&gt;&lt;P&gt;For your understanding...us backup plugin doesn't have its own app.&lt;BR /&gt;Users who want to save their backups in Dropbox create an app in their account.&lt;/P&gt;&lt;P&gt;In order for the user to receive a refresh_token, in-depth knowledge is required, which not all users have.&lt;/P&gt;&lt;P&gt;With the switch to the short_live token, I would like the Dropbox API to continue to be usable. With a validity of 4 hours, this is not the case to use it for a backup system.&lt;/P&gt;&lt;P&gt;iobroker is an iot system that usually runs on linux machines without a GUI and without a browser.&lt;/P&gt;&lt;P&gt;This also means that no authorization query is possible.&lt;/P&gt;&lt;P&gt;Would it be possible to display the refresh_token in the APP console?&lt;/P&gt;&lt;P&gt;In this way, we could offer the option of updating via the refresh token in our backup tool.&lt;/P&gt;&lt;P&gt;But users should get the refresh_token in an easy way&lt;/P&gt;&lt;P&gt;The current way is not user friendly&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 15:26:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/585068#M27245</guid>
      <dc:creator>simatec1976</dc:creator>
      <dc:date>2022-03-21T15:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/585079#M27246</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1528042"&gt;@simatec1976&lt;/a&gt; Thanks for the information. I'm sending this along as a feature request for the ability to get a refresh token via the Generate button on the App Console, but I can't promise if or when that might be implemented.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference, we do not recommend having end-users create/register apps themselves on Dropbox and then use the Generate button like this. The developer of the app/plugin/integration should register it once, and then implement &lt;A href="https://developers.dropbox.com/oauth-guide" target="_self"&gt;the OAuth app authorization&lt;/A&gt; in the app/plugin/integration so that the end-users can authorize it to access their accounts without having to configure it themselves. That would apply to both the previous long-lived access token functionality, as well as the new short-lived access token and refresh token functionality. Previously, the user would need to process the OAuth app authorization flow once to get the long-lived access token. Now, they would do the same, and the app gets a short-lived access token and refresh token the same way, instead of a long-lived access token. The process would look the same to the end-user in both cases. The app would store and re-use the long-lived access token, or the refresh token, respectively.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 15:52:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/585079#M27246</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-03-21T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Non expiring token kept on changing</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/585124#M27250</link>
      <description>This is very difficult and it is a pity that the previous use is no longer possible.&lt;BR /&gt;&lt;BR /&gt;we currently have around 45,000 users of the backup plugin.&lt;BR /&gt;You can imagine what that means for me in terms of support when the users come and write that the upload to Dropbox is no longer working.&lt;BR /&gt;&lt;BR /&gt;I looked at the authorization and don't really understand why a redirect url is required.&lt;BR /&gt;We also offer other cloud services such as GoogleDrive and Nextcloud in our plugin.&lt;BR /&gt;&lt;BR /&gt;And I think that something might have to be changed here, especially with picking up the access code from Dropbox.&lt;BR /&gt;&lt;BR /&gt;I can now try to install this in the configuration menu of our plugin, but this topic redirect url is proving to be difficult.&lt;BR /&gt;&lt;BR /&gt;Could one also work without redirect and still get the refresh_token with the code?</description>
      <pubDate>Mon, 21 Mar 2022 18:55:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Non-expiring-token-kept-on-changing/m-p/585124#M27250</guid>
      <dc:creator>simatec</dc:creator>
      <dc:date>2022-03-21T18:55:27Z</dc:date>
    </item>
  </channel>
</rss>

