You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
tiamat
5 years agoHelpful | Level 6
how to get height and width of an image from the api
I want to display an image stored on dropbox on my webpage. I am using the Javascript SDK. I get a shared link via
sharingCreateSharedLinkWithSettings and the image displays, but I want to specify the height and width in my img tag, and am missing that information. I tried filesGetMetadata but it does not return what I need. I see that there is a method filesDownload. When I use this I see a filesBinary proprerty on the response, but am not sure how to use this (if indeed I should).
Thanks for your help,
The answer is to use include_media_info: true as an option to files/get_metadata
- tiamatHelpful | Level 6
The answer is to use include_media_info: true as an option to files/get_metadata
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!