<?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: About DropBox Developer API Access Token in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/728454#M32225</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1765150"&gt;@Adawntoremember&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Any information would be awesome&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1765150"&gt;@Adawntoremember&lt;/a&gt;, Yes, fully agree. &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; Some information about what exactly you're doing and what confuses you would be nice. Where you're struggling and some code snippet together with unexpected output representing eventual issue you met with would be useful too. Mask any private information like tokens, for instance.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2023 01:22:18 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2023-11-10T01:22:18Z</dc:date>
    <item>
      <title>About DropBox Developer API Access Token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693675#M31057</link>
      <description>&lt;P&gt;Hello Developers! I am new to Dropbox API and I am facing issues with Access Tokens. I am building a MERN application where I have to store the access token in environmental variables. Here as Access Token is short-lived, I must refresh it each time I work with it. Is there any other way that those Access Tokens can be accessible for much longer?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for helping in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 08:59:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693675#M31057</guid>
      <dc:creator>pritesh12</dc:creator>
      <dc:date>2023-06-23T08:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: About DropBox Developer API Access Token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693681#M31058</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1715861"&gt;@pritesh12&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... Here as Access Token is short-lived, I must refresh it each time I work with it. ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1715861"&gt;@pritesh12&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You must refresh it each time and there is no other way. Do you use refresh token for this purpose or do it by hand?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:06:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693681#M31058</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-06-22T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: About DropBox Developer API Access Token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693685#M31060</link>
      <description>Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790"&gt;@Здравко&lt;/a&gt;, I have to do it by hand each time🥲</description>
      <pubDate>Thu, 22 Jun 2023 13:37:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693685#M31060</guid>
      <dc:creator>pritesh12</dc:creator>
      <dc:date>2023-06-22T13:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: About DropBox Developer API Access Token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693686#M31061</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1715861"&gt;@pritesh12&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;... I &lt;STRONG&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;have to&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt; do it by hand each time🥲&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;"Have to"??? Why? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Is there something that prevent using refresh token in your scenario? If you use official SDK refreshing is done automatically, so you don't need to change much in your code. &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; If you use your own implementation, depending of your design skills (if you have organized you credentials dynamically), may be easy to add automatic refresh too (similar as done in Dropbox SDKs).&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:44:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693686#M31061</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-06-22T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: About DropBox Developer API Access Token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693690#M31062</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox is no longer offering the option for creating new long-lived access tokens. Dropbox is now 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#updating-access-token-type" 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;. There's a basic outline of processing this flow in &lt;A href="https://dropbox.tech/developers/using-oauth-2-0-with-offline-access" target="_blank" rel="noopener noreferrer"&gt;this blog post&lt;/A&gt; which may serve as a useful example.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 14:17:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/693690#M31062</guid>
      <dc:creator>DB-Des</dc:creator>
      <dc:date>2023-06-22T14:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: About DropBox Developer API Access Token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/728451#M32223</link>
      <description>I'm new also.</description>
      <pubDate>Fri, 10 Nov 2023 01:07:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/728451#M32223</guid>
      <dc:creator>Adawntoremember</dc:creator>
      <dc:date>2023-11-10T01:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: About DropBox Developer API Access Token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/728452#M32224</link>
      <description>Any information would be awesome</description>
      <pubDate>Fri, 10 Nov 2023 01:08:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/728452#M32224</guid>
      <dc:creator>Adawntoremember</dc:creator>
      <dc:date>2023-11-10T01:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: About DropBox Developer API Access Token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/728454#M32225</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1765150"&gt;@Adawntoremember&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Any information would be awesome&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1765150"&gt;@Adawntoremember&lt;/a&gt;, Yes, fully agree. &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; Some information about what exactly you're doing and what confuses you would be nice. Where you're struggling and some code snippet together with unexpected output representing eventual issue you met with would be useful too. Mask any private information like tokens, for instance.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 01:22:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/About-DropBox-Developer-API-Access-Token/m-p/728454#M32225</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-11-10T01:22:18Z</dc:date>
    </item>
  </channel>
</rss>

