<?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: Long term expiration Token in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Long-term-expiration-Token/m-p/593396#M2551</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1537704"&gt;@production_tvox&lt;/a&gt;&amp;nbsp; Здравко is correct; retrieving new long-lived access tokens is no longer an option. Refer to their message and the thread they linked to for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, I just checked and I see that your support ticket #16503714 did get a response with information about this. If you did not receive that, please check your email account's spam folder.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 13:10:41 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-04-26T13:10:41Z</dc:date>
    <item>
      <title>Long term expiration Token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Long-term-expiration-Token/m-p/593327#M2549</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created a new app but i'm not able to have a long term expiration token (token that never expires).&lt;BR /&gt;I've noticed that by default, since september 2021 i guess, all the new apps will have by default the short term expiration token (it expire each 4 hours) but i need the long term cause i'd like to avoid Oauth2 implementation.&lt;BR /&gt;&lt;BR /&gt;I've sent an e-mail to the support with ticket number&amp;nbsp;&lt;SPAN&gt;16503714 and they marked it as 'solved' but when i click on 'generated access token' button (in settings/O auth2) it shows the 'sl.' token (same as before)&lt;BR /&gt;&lt;BR /&gt;Could you help with that ?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 07:53:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Long-term-expiration-Token/m-p/593327#M2549</guid>
      <dc:creator>production_tvox</dc:creator>
      <dc:date>2022-04-26T07:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Long term expiration Token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Long-term-expiration-Token/m-p/593388#M2550</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1537704"&gt;@production_tvox&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Long lived access tokens (despite existing can still be used) can NOT be issued any more. You should add in your code support for refresh token. Like the long lived access token, refresh token doesn't expire till revoke explicitly. If you are using in your application one of Dropbox SDKs, the only thing you have to do is initialization of client object properly with refresh token instead of long lived access token. The SDK in use will take care for the rest. Without SDK you have to add some refresh logic in your application, so to ensure a valid short lived access token is available whenever need.&lt;/P&gt;&lt;P&gt;You can avoid implementing full OAuth flow within your application with a pre-generated refresh token to be used into application (the same like long lived access token). &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; Usable on server side applications. Take a look &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-in-generating-access-token/td-p/592667" target="_blank" rel="noopener"&gt;here&lt;/A&gt; for a possible way of getting such token.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:15:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Long-term-expiration-Token/m-p/593388#M2550</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-04-26T12:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Long term expiration Token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Long-term-expiration-Token/m-p/593396#M2551</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1537704"&gt;@production_tvox&lt;/a&gt;&amp;nbsp; Здравко is correct; retrieving new long-lived access tokens is no longer an option. Refer to their message and the thread they linked to for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, I just checked and I see that your support ticket #16503714 did get a response with information about this. If you did not receive that, please check your email account's spam folder.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 13:10:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Long-term-expiration-Token/m-p/593396#M2551</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-26T13:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Long term expiration Token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Long-term-expiration-Token/m-p/593649#M2555</link>
      <description>&lt;P&gt;Thanks a lot for your explanation &lt;SPAN&gt;Здравко&lt;/SPAN&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 08:57:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Long-term-expiration-Token/m-p/593649#M2555</guid>
      <dc:creator>production_tvox</dc:creator>
      <dc:date>2022-04-27T08:57:04Z</dc:date>
    </item>
  </channel>
</rss>

