<?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: Use of Existing API to Post files from a Linux Server to Shared Dropbox Folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-of-Existing-API-to-Post-files-from-a-Linux-Server-to-Shared/m-p/584223#M27203</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 the Dropbox API, including documentation, tutorials, and SDKs here:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers" target="_blank"&gt;https://www.dropbox.com/developers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifically, to upload files, you can use /2/files/upload (or refer to the "upload sessions" functionality for larger files):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, that's a link to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use that to upload to any location in a connected account, including shared folders, by specifying the relevant "path", as long as you register your app for "Full Dropbox" access. You can find more information on the different permissions here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank"&gt;https://www.dropbox.com/developers/reference/developer-guide#app-permissions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also be interested in reading the following guides in particular:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/reference/getting-started" target="_blank"&gt;https://www.dropbox.com/developers/reference/getting-started&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;https://developers.dropbox.com/dbx-file-access-guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.dropbox.com/dbx-sharing-guide" target="_blank"&gt;https://developers.dropbox.com/dbx-sharing-guide&lt;/A&gt; &lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 14:55:29 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-03-17T14:55:29Z</dc:date>
    <item>
      <title>Use of Existing API to Post files from a Linux Server to Shared Dropbox Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-of-Existing-API-to-Post-files-from-a-Linux-Server-to-Shared/m-p/584110#M27200</link>
      <description>&lt;P&gt;Hello, I'm brand new here and although I've done a little digging I have not yet found a method for me to post files originating directly on a Linux server to a shared folder though automation via an API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ordinarily, I would have time to dig through the docs, but I'm up against a serious time crunch so I thought I'd ask the community for guidance to help accelerate my progress. Thanks for any and all assistance.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 16:56:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-of-Existing-API-to-Post-files-from-a-Linux-Server-to-Shared/m-p/584110#M27200</guid>
      <dc:creator>Winnie1874</dc:creator>
      <dc:date>2022-03-17T16:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Existing API to Post files from a Linux Server to Shared Dropbox Folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-of-Existing-API-to-Post-files-from-a-Linux-Server-to-Shared/m-p/584223#M27203</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 the Dropbox API, including documentation, tutorials, and SDKs here:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers" target="_blank"&gt;https://www.dropbox.com/developers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifically, to upload files, you can use /2/files/upload (or refer to the "upload sessions" functionality for larger files):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, that's a link to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use that to upload to any location in a connected account, including shared folders, by specifying the relevant "path", as long as you register your app for "Full Dropbox" access. You can find more information on the different permissions here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank"&gt;https://www.dropbox.com/developers/reference/developer-guide#app-permissions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also be interested in reading the following guides in particular:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/reference/getting-started" target="_blank"&gt;https://www.dropbox.com/developers/reference/getting-started&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;https://developers.dropbox.com/dbx-file-access-guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.dropbox.com/dbx-sharing-guide" target="_blank"&gt;https://developers.dropbox.com/dbx-sharing-guide&lt;/A&gt; &lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 14:55:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Use-of-Existing-API-to-Post-files-from-a-Linux-Server-to-Shared/m-p/584223#M27203</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-03-17T14:55:29Z</dc:date>
    </item>
  </channel>
</rss>

