<?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: Javascript Saver fails with URL.createObjectURL(blob) in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270029#M15926</link>
    <description>The Dropbox Saver doesn't support blob URLs, but I'll pass this along as a feature request.</description>
    <pubDate>Mon, 26 Mar 2018 14:05:05 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-03-26T14:05:05Z</dc:date>
    <item>
      <title>Javascript Saver fails with URL.createObjectURL(blob)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270010#M15924</link>
      <description>&lt;PRE&gt;var optionssave = {
        success: function() {
            console.log("Yay! File saved to dropbox");
        },
        cancel: function() {
            console.log("Whoops file not saved!");
        },
        error: function(errorMessage) {
            console.log(errorMessage);
        }
    };

var blob = new Blob([setxml], {
            type: "text/plain;charset=utf-8"
});
var bloburlsav = URL.createObjectURL(blob);


Dropbox.save(bloburlsav, filename, optionssave);&lt;/PRE&gt;&lt;P&gt;Dropbox file chooser is working fine.&lt;/P&gt;&lt;P&gt;The dropbox file saver reaches to the point of displaying the file name and the save button, on clicking the save button, it displays, "Failed to load request" (screenshot attached)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can visit the link live: &lt;A href="https://tomatosmoothie.github.io/recipes/" target="_blank"&gt;https://tomatosmoothie.github.io/recipes/&lt;/A&gt; and try it if you have the time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot at 2018-03-26 16-57-18.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/2723i9482A67B834718C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot at 2018-03-26 16-57-18.png" alt="Screenshot at 2018-03-26 16-57-18.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:14:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270010#M15924</guid>
      <dc:creator>tomatosmoothie</dc:creator>
      <dc:date>2019-05-29T09:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Saver fails with URL.createObjectURL(blob)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270029#M15926</link>
      <description>The Dropbox Saver doesn't support blob URLs, but I'll pass this along as a feature request.</description>
      <pubDate>Mon, 26 Mar 2018 14:05:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270029#M15926</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-03-26T14:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Saver fails with URL.createObjectURL(blob)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270126#M15953</link>
      <description>&lt;P&gt;Thanks for your reply. I guess, I'll just hide the button for now.&lt;/P&gt;&lt;P&gt;Is there any specific place/page/channel I can follow to see if/when this feature is maybe added?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 01:40:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270126#M15953</guid>
      <dc:creator>tomatosmoothie</dc:creator>
      <dc:date>2018-03-27T01:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Saver fails with URL.createObjectURL(blob)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270200#M15961</link>
      <description>I'll make a note to follow up on this thread if/when this is implemented.</description>
      <pubDate>Tue, 27 Mar 2018 14:18:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270200#M15961</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-03-27T14:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Saver fails with URL.createObjectURL(blob)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270201#M15962</link>
      <description>&lt;P&gt;Thank you so much, appreciate it.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 14:20:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/270201#M15962</guid>
      <dc:creator>tomatosmoothie</dc:creator>
      <dc:date>2018-03-27T14:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Saver fails with URL.createObjectURL(blob)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/327608#M19195</link>
      <description>&lt;P&gt;I got lost in the same blob trap, but found a solution...&lt;/P&gt;&lt;P&gt;csvFile = build up a string of the whole file...&lt;/P&gt;&lt;P&gt;const dataURI = 'data&amp;amp;colon;text/plain,' + encodeURIComponent(csvFile);&lt;BR /&gt;Dropbox.save(dataURI, "filename.csv", options);&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 17:28:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/327608#M19195</guid>
      <dc:creator>Jake9</dc:creator>
      <dc:date>2019-02-07T17:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Saver fails with URL.createObjectURL(blob)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/327609#M19196</link>
      <description>&lt;P&gt;the "ampsersand colon semicolon" is just a colon.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 17:31:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/327609#M19196</guid>
      <dc:creator>Jake9</dc:creator>
      <dc:date>2019-02-07T17:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Saver fails with URL.createObjectURL(blob)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/400312#M21910</link>
      <description>&lt;P&gt;Any progress on this feature?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 04:57:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/400312#M21910</guid>
      <dc:creator>quartertone</dc:creator>
      <dc:date>2020-03-03T04:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Saver fails with URL.createObjectURL(blob)</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/400429#M21917</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1269283"&gt;@quartertone&lt;/a&gt;&amp;nbsp;No, unfortunately I don't have any news on this request.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 18:01:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Javascript-Saver-fails-with-URL-createObjectURL-blob/m-p/400429#M21917</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-03-03T18:01:48Z</dc:date>
    </item>
  </channel>
</rss>

