<?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 Upload a file to dropbox dynamically with a refreshed access token in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Upload-a-file-to-dropbox-dynamically-with-a-refreshed-access/m-p/704739#M3521</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I was in the process of uploading a file to Dropbox using a Golang application. However, after a certain period, the access token expired, leading to an unsuccessful upload of the file.&lt;/P&gt;&lt;P&gt;To ensure the file is consistently uploaded with a valid token, it's crucial to establish a mechanism that checks the token's validity in real-time and handles expiration. If the token is identified as expired, it needs to be dynamically refreshed without requiring manual intervention.&lt;/P&gt;&lt;P&gt;My query is: Does Dropbox offer an API that enables automatic and dynamic access token refreshing, eliminating the need for manual intervention?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 08 Aug 2023 08:04:08 GMT</pubDate>
    <dc:creator>ravikiranreddy</dc:creator>
    <dc:date>2023-08-08T08:04:08Z</dc:date>
    <item>
      <title>Upload a file to dropbox dynamically with a refreshed access token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Upload-a-file-to-dropbox-dynamically-with-a-refreshed-access/m-p/704739#M3521</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I was in the process of uploading a file to Dropbox using a Golang application. However, after a certain period, the access token expired, leading to an unsuccessful upload of the file.&lt;/P&gt;&lt;P&gt;To ensure the file is consistently uploaded with a valid token, it's crucial to establish a mechanism that checks the token's validity in real-time and handles expiration. If the token is identified as expired, it needs to be dynamically refreshed without requiring manual intervention.&lt;/P&gt;&lt;P&gt;My query is: Does Dropbox offer an API that enables automatic and dynamic access token refreshing, eliminating the need for manual intervention?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Aug 2023 08:04:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Upload-a-file-to-dropbox-dynamically-with-a-refreshed-access/m-p/704739#M3521</guid>
      <dc:creator>ravikiranreddy</dc:creator>
      <dc:date>2023-08-08T08:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Upload a file to dropbox dynamically with a refreshed access token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Upload-a-file-to-dropbox-dynamically-with-a-refreshed-access/m-p/704742#M3522</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1733948"&gt;@ravikiranreddy&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes, you need refresh token that can be used to programmatically get access token without further user interaction. Take a look &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-in-generating-access-token/m-p/592667#M27563" target="_blank" rel="noopener"&gt;here&lt;/A&gt; how can be done.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 07:48:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Upload-a-file-to-dropbox-dynamically-with-a-refreshed-access/m-p/704742#M3522</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-08-08T07:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Upload a file to dropbox dynamically with a refreshed access token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Upload-a-file-to-dropbox-dynamically-with-a-refreshed-access/m-p/704835#M3525</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1733948"&gt;@ravikiranreddy&lt;/a&gt; You can also find more information on this at the following locations:&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/using-oauth-2-0-with-offline-access" target="_blank"&gt;https://dropbox.tech/developers/using-oauth-2-0-with-offline-access&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 08 Aug 2023 14:20:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Upload-a-file-to-dropbox-dynamically-with-a-refreshed-access/m-p/704835#M3525</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-08-08T14:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Upload a file to dropbox dynamically with a refreshed access token</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Upload-a-file-to-dropbox-dynamically-with-a-refreshed-access/m-p/708458#M3537</link>
      <description>&lt;P&gt;Thanks you Greg&lt;BR /&gt;&lt;A href="https://dropbox.tech/developers/using-oauth-2-0-with-offline-access" target="_blank" rel="nofollow noopener noreferrer"&gt;using-oauth-2-0-with-offline-access&lt;/A&gt;&amp;nbsp;helped me to implement refresh tokens offline without manual intervention.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 09:41:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Upload-a-file-to-dropbox-dynamically-with-a-refreshed-access/m-p/708458#M3537</guid>
      <dc:creator>ravikiranreddy</dc:creator>
      <dc:date>2023-08-23T09:41:41Z</dc:date>
    </item>
  </channel>
</rss>

