Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Mesqueeb
9 years agoHelpful | Level 6
How to access (read/write) advanced file EXIF/metadata in the Dropbox JavaScript API?
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?
1 Reply
- Greg-DB9 years ago
Dropbox Community Moderator
[Cross-linking for reference: https://stackoverflow.com/questions/43164908/how-to-access-read-write-advanced-file-exif-metadata-in-the-dropbox-javascript ]
The Dropbox API unfortunately doesn't natively return Mac OS file metadata/xattrs, or the full EXIF information for a file, but I'll be sure to pass these along as a feature requests. The Dropbox API currently only natively returns a few pieces of basic media information in FilesFileMetadata.media_info, e.g., if you set FilesGetMetadataArg.include_media_info to true when calling filesGetMetadata or filesListFolder/filesListFolderContinue.
To get any other metadata embedded in the file content, you'll need to download the file content and parse it out client-side.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!