Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
suzuka
8 years agoExplorer | Level 4
get folder metadata by id
Is there any api to get folder metadata by folder id?
- Yes, you can supply a file/folder ID in the 'path' parameter for /2/files/get_metadata:
https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata
The same applies to the respective method in the official SDKs. For example, in the API v2 Java SDK:
https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#getMetadata-java.lang.String-
1 Reply
Replies have been turned off for this discussion
- Greg-DB8 years ago
Dropbox Community Moderator
Yes, you can supply a file/folder ID in the 'path' parameter for /2/files/get_metadata:
https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata
The same applies to the respective method in the official SDKs. For example, in the API v2 Java SDK:
https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#getMetadata-java.lang.String-
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!