You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
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
Explorer | Level 3
Thank you so much, appreciate it.
Jake9
6 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);
- Jake96 years agoNew member | Level 2
the "ampsersand colon semicolon" is just a colon.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,915 PostsLatest Activity: 4 hours agoIf 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 or Facebook.
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!