<?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: Copy files from remote computer to DropBox in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-files-from-remote-computer-to-DropBox/m-p/266315#M15626</link>
    <description>&lt;P&gt;I stumbled upon this the other day. I don't know if it uses one call per file so you'll need to research that, but the utility looks promising and might work for your situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://rclone.org/dropbox/" target="_blank"&gt;https://rclone.org/dropbox/&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 23 Feb 2018 21:09:57 GMT</pubDate>
    <dc:creator>Rich</dc:creator>
    <dc:date>2018-02-23T21:09:57Z</dc:date>
    <item>
      <title>Copy files from remote computer to DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-files-from-remote-computer-to-DropBox/m-p/266312#M15625</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to copy files from a remote computer to DropBox. Basically I want to do scp -r into DropBox. Is there a way that I can do this through the API?&lt;/P&gt;&lt;P&gt;One potential wrinkle: my institution is currently limited to 25,000 API calls per month, the folders on the remote computer that I need to copy to DropBox rountinely have 30,000+ files in them, so a file by file call will not work. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-files-from-remote-computer-to-DropBox/m-p/266312#M15625</guid>
      <dc:creator>areich</dc:creator>
      <dc:date>2019-05-29T09:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Copy files from remote computer to DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-files-from-remote-computer-to-DropBox/m-p/266315#M15626</link>
      <description>&lt;P&gt;I stumbled upon this the other day. I don't know if it uses one call per file so you'll need to research that, but the utility looks promising and might work for your situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://rclone.org/dropbox/" target="_blank"&gt;https://rclone.org/dropbox/&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 23 Feb 2018 21:09:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-files-from-remote-computer-to-DropBox/m-p/266315#M15626</guid>
      <dc:creator>Rich</dc:creator>
      <dc:date>2018-02-23T21:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Copy files from remote computer to DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-files-from-remote-computer-to-DropBox/m-p/266322#M15627</link>
      <description>&lt;P&gt;I stumbled upon this the other day. I don't know if it uses one call per file so you'll need to research that, but the utility looks promising and might work for your situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://rclone.org/dropbox/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://rclone.org/dropbox/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 23 Feb 2018 22:49:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-files-from-remote-computer-to-DropBox/m-p/266322#M15627</guid>
      <dc:creator>jiawei139</dc:creator>
      <dc:date>2018-02-23T22:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Copy files from remote computer to DropBox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-files-from-remote-computer-to-DropBox/m-p/266583#M15640</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/624578"&gt;@areich&lt;/a&gt;&amp;nbsp;The&amp;nbsp;Dropbox API does offer the ability to upload files programmatically. For smaller 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;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_session-start" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append_v2" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-append_v2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-finish&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those are subject to any limits on your Business plan though, so you'd need to contact your account representative to change that if necessary.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 17:38:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-files-from-remote-computer-to-DropBox/m-p/266583#M15640</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-26T17:38:57Z</dc:date>
    </item>
  </channel>
</rss>

