<?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: Uploading multiple files at once with thier names in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-multiple-files-at-once-with-thier-names/m-p/245996#M13986</link>
    <description>&lt;P&gt;When making an API call like this, the 'path' value you supply should be the&amp;nbsp;file path and name where you want to upload the file. In your case, you're just supplying "/Apps", so that's what the file will be saved as. You should instead supply something like "/myfolder/originalfilename.sav". That is, include the name and extension. (Note that if your app has the "app folder" permission, you don't need to explicitly include "/Apps". That portion will be automatically added for you.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way,&amp;nbsp;you posted your access token publicly. I redacted it from your post for you, but for the sake of security, you should disable that access token. You can do so by revoking access to the app entirely, if the access token is for your account, here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/account/security" target="_blank"&gt;https://www.dropbox.com/account/security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you can disable just this access token using the API:&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#auth-token-revoke" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2017 16:19:54 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-10-09T16:19:54Z</dc:date>
    <item>
      <title>Uploading multiple files at once with thier names</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-multiple-files-at-once-with-thier-names/m-p/245830#M13967</link>
      <description>&lt;P&gt;I have this code to upload a simple file&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;curl -k -X POST https://content.dropboxapi.com/2/files/alpha/upload \
--header 'Authorization: Bearer&amp;nbsp;&amp;lt;ACCESS_TOKEN_REDACTED&amp;gt;&amp;nbsp;\
--header 'Content-Type: application/octet-stream' \
--header 'Dropbox-API-Arg: {"path":"/Apps","mode":{".tag":"add"}}' \
--data-binary @test.sav&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;But the file get renamed to Apps&lt;BR /&gt;&lt;BR /&gt;Also I want to upload all .sav files inside my folder like *.sav or something&lt;BR /&gt;While keeping thier original names&lt;BR /&gt;And thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 17:17:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-multiple-files-at-once-with-thier-names/m-p/245830#M13967</guid>
      <dc:creator>H0ba</dc:creator>
      <dc:date>2020-05-29T17:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading multiple files at once with thier names</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-multiple-files-at-once-with-thier-names/m-p/245996#M13986</link>
      <description>&lt;P&gt;When making an API call like this, the 'path' value you supply should be the&amp;nbsp;file path and name where you want to upload the file. In your case, you're just supplying "/Apps", so that's what the file will be saved as. You should instead supply something like "/myfolder/originalfilename.sav". That is, include the name and extension. (Note that if your app has the "app folder" permission, you don't need to explicitly include "/Apps". That portion will be automatically added for you.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way,&amp;nbsp;you posted your access token publicly. I redacted it from your post for you, but for the sake of security, you should disable that access token. You can do so by revoking access to the app entirely, if the access token is for your account, here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/account/security" target="_blank"&gt;https://www.dropbox.com/account/security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you can disable just this access token using the API:&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#auth-token-revoke" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 16:19:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Uploading-multiple-files-at-once-with-thier-names/m-p/245996#M13986</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-09T16:19:54Z</dc:date>
    </item>
  </channel>
</rss>

