<?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: Permanent Access token in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/591292#M2521</link>
    <description>&lt;P&gt;I have followed the same process but that generated token is a short-lived token.&amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="token.PNG" style="width: 800px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/28834iE90FB166CF4641E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="token.PNG" alt="token.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can I extend this token with no expiration token?&amp;nbsp; I want a permanent token because our users will upload files to my account from my website there is no need for Auth flow on my website.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Apr 2022 06:11:05 GMT</pubDate>
    <dc:creator>EIS</dc:creator>
    <dc:date>2022-04-18T06:11:05Z</dc:date>
    <item>
      <title>Permanent Access token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/591233#M2518</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;Hope you all are doing great!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am implementing file upload dropbox for that i needed an access token. for that, i used generated token from the app but that short-lived token but I needed permanent access.&amp;nbsp; I don't want auth flow because it's a personal account so the user will have to upload files only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me in this case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 15:51:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/591233#M2518</guid>
      <dc:creator>EIS</dc:creator>
      <dc:date>2022-04-17T15:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Access token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/591238#M2519</link>
      <description>&lt;P&gt;Do you mean permanent token for your own account? In that case you can create one at &lt;A href="https://www.dropbox.com/developers/apps/create" target="_blank"&gt;https://www.dropbox.com/developers/apps/create&lt;/A&gt;&amp;nbsp;More details: &amp;nbsp;&lt;A href="https://dropbox.tech/developers/generate-an-access-token-for-your-own-account" target="_blank"&gt;https://dropbox.tech/developers/generate-an-access-token-for-your-own-account&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 16:23:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/591238#M2519</guid>
      <dc:creator>Elixir</dc:creator>
      <dc:date>2022-04-17T16:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Access token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/591292#M2521</link>
      <description>&lt;P&gt;I have followed the same process but that generated token is a short-lived token.&amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="token.PNG" style="width: 800px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/28834iE90FB166CF4641E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="token.PNG" alt="token.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can I extend this token with no expiration token?&amp;nbsp; I want a permanent token because our users will upload files to my account from my website there is no need for Auth flow on my website.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 06:11:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/591292#M2521</guid>
      <dc:creator>EIS</dc:creator>
      <dc:date>2022-04-18T06:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Access token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/591397#M2523</link>
      <description>&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;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your app needs to maintain long-term access without the user manually re-authorizing it repeatedly, the app should request "offline" access so that it gets a refresh token. The refresh token doesn't expire and can be stored and used repeatedly to get new short-lived access tokens whenever needed, without the user manually reauthorizing the app. If this is just for your own account, you will still need to process the OAuth app authorization flow (as refresh tokens are not available via the "Generate" button on the App Console), but you only need to do so once.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 14:34:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/591397#M2523</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-18T14:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent Access token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/648111#M3105</link>
      <description>&lt;P&gt;you can use this code to get long term access token&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/nhakhtn/dropbox-api-long-term-refresh-token" target="_blank"&gt;https://github.com/nhakhtn/dropbox-api-long-term-refresh-token&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 07:10:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Permanent-Access-token/m-p/648111#M3105</guid>
      <dc:creator>nhakhtn</dc:creator>
      <dc:date>2023-01-04T07:10:42Z</dc:date>
    </item>
  </channel>
</rss>

