<?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 Dropbox API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API/m-p/738742#M32621</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to know how can I upload my files and data with using Dropbox and also need to know about the offline access token for APIs authentication&lt;/P&gt;</description>
    <pubDate>Mon, 25 Dec 2023 17:36:56 GMT</pubDate>
    <dc:creator>Zaidwithdkg</dc:creator>
    <dc:date>2023-12-25T17:36:56Z</dc:date>
    <item>
      <title>Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API/m-p/738742#M32621</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I need to know how can I upload my files and data with using Dropbox and also need to know about the offline access token for APIs authentication&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 17:36:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API/m-p/738742#M32621</guid>
      <dc:creator>Zaidwithdkg</dc:creator>
      <dc:date>2023-12-25T17:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API/m-p/738810#M32623</link>
      <description>&lt;P&gt;Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with &lt;A href="https://www.dropbox.com/developers" target="_self"&gt;the Dropbox API, including documentation, tutorials, and SDKs here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get started, I recommend reading the &lt;A href="https://www.dropbox.com/developers/reference/getting-started" target="_blank"&gt;Getting Started Guide&lt;/A&gt;. For information on how the authorization process works, including information on access tokens and offline access with refresh tokens, check out the &lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;OAuth Guide&lt;/A&gt;. And for information on interacting with files, refer to the &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;File Access Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 13:57:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API/m-p/738810#M32623</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-12-22T13:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API/m-p/738815#M32625</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1784225"&gt;@Zaidwithdkg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;BR /&gt;I need to know how can I upload my files and data with using Dropbox ...&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/1784225"&gt;@Zaidwithdkg&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Most simple way would be installing official Dropbox application and put your files in Dropbox folder. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt; Joke. Using some of the family of &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank" rel="noopener"&gt;upload&lt;/A&gt; endpoints (depending on your file size and their count) would do the trick. Of course, there are corresponding methods in all supported &lt;A title="SDKs for several popular programming languages" href="https://www.dropbox.com/developers/documentation#sdks" target="_blank" rel="noopener"&gt;Dropbox SDKs&lt;/A&gt; if you use some of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1784225"&gt;@Zaidwithdkg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... and also need to know about the offline access token for APIs authentication&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm..&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; I have no any idea of such a "offline access token". Where do you see such a thing? 🧐 Don't read untrusted sources!&lt;/P&gt;&lt;P&gt;Access token is used for call to all regular API endpoints and currently is supported only short lived access token. There was time when was possible to choose long lived access token too, but it impossible now. For long term access you need refresh token usable for "refresh" (regenerate in fact) the access token. The refresh token doesn't expire automatic and can be used till revoke (either by application itself or by user). You receive refresh token when you perform OAuth2 flow with offline access type.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 14:04:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API/m-p/738815#M32625</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-12-22T14:04:03Z</dc:date>
    </item>
  </channel>
</rss>

