We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more 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-
- Greg-DBDropbox StaffYes, 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 & 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!