Take Your Search Game to the Next Level with Dropbox Dash 🚀✨ Curious how it works? Ask us here!
Forum Discussion
Mesqueeb
9 years agoHelpful | Level 6
How to use Global Javascript API functions?
Hello Community,
I found a list of extra functions to use and I want to try out `FilesFileMetadata`, to look at Metadata of a photo.
However, `dbx.FilesFileMetadata` doesn't exist, and leaving out the `dbx.` also doesn't.
I looked for a guide on the global functions, but I couldn't find one. Does anyone know how to use them?
Cheers!
- These are not 'functions' but properties of the functions in (this list)[https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#toc4__anchor].
E.g. `FilesFileMetadata` is a property that is returned in the function: `filesAlphaGetMetadata(arg)`. In the 'global' list of functions you just get more information on what this property is / contains.
1 Reply
Sort By
Replies have been turned off for this discussion
- MesqueebHelpful | Level 6These are not 'functions' but properties of the functions in (this list)[https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#toc4__anchor].
E.g. `FilesFileMetadata` is a property that is returned in the function: `filesAlphaGetMetadata(arg)`. In the 'global' list of functions you just get more information on what this property is / contains.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,987 PostsLatest Activity: 4 hours ago
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 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!