<?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 Saver API url as base64 works when upload 1 file when upload multiple i got error? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Saver-API-url-as-base64-works-when-upload-1-file-when/m-p/400705#M21931</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i used "&lt;A href="https://www.dropbox.com/developers/saver" target="_blank" rel="noopener"&gt;https://www.dropbox.com/developers/saver&lt;/A&gt;" Api and based on document to upload multiple file i send list of base64 string to dropbox, but i got an error fail to upload, when deselct all files and leave 1 file only it uploaded correctly ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and here sample code&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt; var options ={files:[]};
          for (var i=0;i&amp;lt; attachments.length; i++) {
            var item = attachments[i];
            var file = {
              url: 'data&amp;amp;colon;application/pdf;base64,'+ item.fileByte
              filename: item.name
            };
            options.files.push(file);
          }

var button = window.Dropbox.createSaveButton(options);
document.getElementById("pdfcontainer").appendChild(button);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 20:22:31 GMT</pubDate>
    <dc:creator>msm2020</dc:creator>
    <dc:date>2020-03-04T20:22:31Z</dc:date>
    <item>
      <title>Dropbox Saver API url as base64 works when upload 1 file when upload multiple i got error?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Saver-API-url-as-base64-works-when-upload-1-file-when/m-p/400705#M21931</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i used "&lt;A href="https://www.dropbox.com/developers/saver" target="_blank" rel="noopener"&gt;https://www.dropbox.com/developers/saver&lt;/A&gt;" Api and based on document to upload multiple file i send list of base64 string to dropbox, but i got an error fail to upload, when deselct all files and leave 1 file only it uploaded correctly ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and here sample code&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt; var options ={files:[]};
          for (var i=0;i&amp;lt; attachments.length; i++) {
            var item = attachments[i];
            var file = {
              url: 'data&amp;amp;colon;application/pdf;base64,'+ item.fileByte
              filename: item.name
            };
            options.files.push(file);
          }

var button = window.Dropbox.createSaveButton(options);
document.getElementById("pdfcontainer").appendChild(button);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 20:22:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Saver-API-url-as-base64-works-when-upload-1-file-when/m-p/400705#M21931</guid>
      <dc:creator>msm2020</dc:creator>
      <dc:date>2020-03-04T20:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox Saver API url as base64 works when upload 1 file when upload multiple i got error?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Saver-API-url-as-base64-works-when-upload-1-file-when/m-p/400706#M21932</link>
      <description>&lt;P&gt;[ Cross-linking for reference: &lt;A href="https://stackoverflow.com/questions/60534044/dropbox-saver-api-url-as-base64-works-when-upload-1-file-when-upload-multiple-i" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/60534044/dropbox-saver-api-url-as-base64-works-when-upload-1-file-when-upload-multiple-i&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;Using the Dropbox Saver with data URIs like this is unfortunately not officially supported, but we'll consider it a feature request.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 20:29:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-Saver-API-url-as-base64-works-when-upload-1-file-when/m-p/400706#M21932</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-03-04T20:29:54Z</dc:date>
    </item>
  </channel>
</rss>

