How to access (read/write) advanced file metadata in the Dropbox JavaScript API?
I'm talking about things like: MacOS file tags. I think they are stored in the file's EXIF data.
If I can retrieve a valid file-blob from the JS API then maybe I can use a JS plugin that can extract EXIF data from a blob, like this plugin.
But it would be best if I could retrieve advanced metadata native in the Javascript API.
Any ideas?