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's avatar
tomatosmoothie
Explorer | Level 3
7 years ago

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!"); ...