We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
VahagnGhaz
6 years agoExplorer | Level 3
How to get meta data of current path
Hi ! I just need to get metadata of my current path, so I use
dropbox.Dropbox(my_token).files_get_metadata('')
But I got this error
dropbox.stone_validators.ValidationError: '' did not match ...
Greg-DB
6 years agoDropbox Staff
Retrieving the metadata for the root folder ('') is not supported. It doesn't have any specific metadata to return, but you can list its contents, as you found. Accordingly, attempting 'files_get_metadata' will fail.
You can get the metadata for a non-root folder by specifying the path, e.g., like "/FolderName".
- VahagnGhaz6 years agoExplorer | Level 3Okay, thanks for your reply.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 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!