We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Balthazar
8 years agoNew member | Level 2
Using new api v2 for getting property groups is asking for .tag field
I am trying to get the property groups metadata for a file in my dropbox. The problem is the include_property_groups parameter. From the API example, I can't see any data with include_property_g...
- 8 years ago
The include_property_groups parameter on /2/files/get_metadata takes a TemplateFilterBase object, so specifying it would look like this:
curl -X POST https://api.dropboxapi.com/2/files/get_metadata \ --header "Authorization: Bearer ACCESS_TOKEN_HERE" \ --header "Content-Type: application/json" \ --data "{\"path\": \"/PATH_TO_FILE_HERE\", \"include_property_groups\": {\".tag\": \"filter_some\", \"filter_some\": [\"PROPERTY_TEMPLATE_ID_HERE\"]}}"
Greg-DB
Dropbox Staff
The include_property_groups parameter on /2/files/get_metadata takes a TemplateFilterBase object, so specifying it would look like this:
curl -X POST https://api.dropboxapi.com/2/files/get_metadata \ --header "Authorization: Bearer ACCESS_TOKEN_HERE" \ --header "Content-Type: application/json" \ --data "{\"path\": \"/PATH_TO_FILE_HERE\", \"include_property_groups\": {\".tag\": \"filter_some\", \"filter_some\": [\"PROPERTY_TEMPLATE_ID_HERE\"]}}"
Balthazar
8 years agoNew member | Level 2
Thank you, that worked !
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 3 hours 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!