Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Mesqueeb
8 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 le...
- 8 years agoThese 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.
Mesqueeb
8 years agoHelpful | Level 6
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.
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 and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!