For several years my web-app used the Saver with a dataURI successfully. Recently I discovered that it now fails consistently and returns "null" as error message. Normally the Saver returns an error message like "protocol scheme not supported". Not so with dataURI's. I just get "null".
Here is an example that worked in the past, but does not anymore:
Dropbox.save ('data:,hello', 'hello.txt', options);The error call back in the options just receives "null". Did I miss a policy change concerning supported protocols of the Saver? If so, why not returning a meaningful error message?