We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Daniel F
3 years agoExplorer | Level 3
Unable to see custom Properties after setting them
Hi I need to some to figure this out,
I cant seem to see the properties that i 've set on a document I uploaded
(I've got the following DONE - Basic Account setup, Scoped App setup, refresh tokens saved, custom template created, got the id)
Using both of the following methods - API Explorer and Python SDK - I've run 2/file_properties/properties/add on the file and it does not report any error ( as expected).
Now, I don't know where I can go to see the Properties I've just set on the document. I tried to browse the file in the web UI but all i see are the built in properties like - Saved In, Modified, Type
Please point out what I can do to fix this. My requirement is that I need to be able to upload files / folders and assign custom templates and custom properties to those files.
Daniel
We have in preview API endpoints for tags on files this may work with the use case that you are looking for. Please see here (https://www.dropbox.com/developers/documentation/http/documentation#files-tags-add) for those endpoints.
- tahsiniDropbox Staff
File properties that are set are not viewable on the Dropbox UI, they can however be accessed by doing a metadata call on the file itself. By calling files/get_metadata and setting
include_property_groups
to a valid list of template_ids you it will return the properties you have set for the provided template_ids.- Daniel FExplorer | Level 3
Thanks for the feedback,
so let me ask the question a different way, what options do I have to save "custom" properties/attributes or metadata in Dropbox against a file so that end users can see those values ?
- tahsiniDropbox Staff
We have in preview API endpoints for tags on files this may work with the use case that you are looking for. Please see here (https://www.dropbox.com/developers/documentation/http/documentation#files-tags-add) for those endpoints.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 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!