<?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: Dropbox Upload API - Sending special characters in file path in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Upload-API-Sending-special-characters-in-file-path/m-p/596148#M27707</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for your comment.&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2022 08:25:17 GMT</pubDate>
    <dc:creator>knoppys</dc:creator>
    <dc:date>2022-05-10T08:25:17Z</dc:date>
    <item>
      <title>Dropbox Upload API - Sending special characters in file path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Upload-API-Sending-special-characters-in-file-path/m-p/595996#M27701</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to send a file to DB using the upload API using the JS SDK. The upload IS WORKING, however, when the file is folder "Salt and Pepper" is created, its replacing the &amp;amp; symbol that Im sending with &amp;amp;amp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file path I am trying to write to is:&lt;/P&gt;&lt;P&gt;/Salt &amp;amp; Pepper/serialnumber-filename.zip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the file path being written is:&lt;/P&gt;&lt;P&gt;/Salt &amp;amp;amp; Pepper/serialnumber-filename.zip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var path = '/Salt &amp;amp; Pepper/'+file.name;
dbx.filesUpload({path: path, contents: file})&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Should this be painfully obvious to me? lol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: I answered my own question looking into it. Im actually saving the folderpath on my side using the &amp;amp;amp; and not the &amp;amp; symbol after all. This is totally why its not working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help anyway.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 08:58:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Upload-API-Sending-special-characters-in-file-path/m-p/595996#M27701</guid>
      <dc:creator>knoppys</dc:creator>
      <dc:date>2022-05-10T08:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Upload API - Sending special characters in file path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Upload-API-Sending-special-characters-in-file-path/m-p/596006#M27703</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1281941"&gt;@knoppys&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;What about leading slash? 🧐&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 16:29:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Upload-API-Sending-special-characters-in-file-path/m-p/596006#M27703</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-05-09T16:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Upload API - Sending special characters in file path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Upload-API-Sending-special-characters-in-file-path/m-p/596013#M27705</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1281941"&gt;@knoppys&lt;/a&gt; As Здравко mentioned, you're missing a leading slash in the path you're showing here, so this call would fail anyway, and would not upload anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are successfully uploading something, e.g., with a different version of this code, though, can you clarify where/how you're seeing the unexpected "&amp;amp;amp;"?&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 17:35:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Upload-API-Sending-special-characters-in-file-path/m-p/596013#M27705</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-09T17:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Upload API - Sending special characters in file path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Upload-API-Sending-special-characters-in-file-path/m-p/596148#M27707</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for your comment.&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 08:25:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Upload-API-Sending-special-characters-in-file-path/m-p/596148#M27707</guid>
      <dc:creator>knoppys</dc:creator>
      <dc:date>2022-05-10T08:25:17Z</dc:date>
    </item>
  </channel>
</rss>

