Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
tomatosmoothie
7 years agoExplorer | Level 3
Javascript Saver fails with URL.createObjectURL(blob)
var optionssave = {
success: function() {
console.log("Yay! File saved to dropbox");
},
cancel: function() {
console.log("Whoops file not saved!");
...
tomatosmoothie
7 years agoExplorer | Level 3
Thanks for your reply. I guess, I'll just hide the button for now.
Is there any specific place/page/channel I can follow to see if/when this feature is maybe added?
Greg-DB
Dropbox Community Moderator
7 years agoI'll make a note to follow up on this thread if/when this is implemented.
- tomatosmoothie7 years agoExplorer | Level 3
Thank you so much, appreciate it.
- Jake97 years agoNew member | Level 2
I got lost in the same blob trap, but found a solution...
csvFile = build up a string of the whole file...
const dataURI = 'data:text/plain,' + encodeURIComponent(csvFile);
Dropbox.save(dataURI, "filename.csv", options);- Jake97 years agoNew member | Level 2
the "ampsersand colon semicolon" is just a colon.
- quartertone5 years agoNew member | Level 2
Any progress on this feature?
- Greg-DB5 years ago
Dropbox Community Moderator
quartertone No, unfortunately I don't have any news on this request.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!