I have discovered that Dropbox has the ability to add Tags to files to allow them to be categorised, sorted and searched for.
Is it possible to view these Tags within Opus as a column and even better, be able to add and remove Dropbox tags in Opus without having to use the Dropbox web interface?
I want to have file tags viewable on multiple computers and be able to manipulate them with ease.
Thanks
Andrew
From a quick search, it seems Dropbox tags are managed by Dropbox, probably server-side, so you'll need to understand how to access them (if it is even possible) from the windows computer. There seems to exist dropbox command line client (GitHub - dropbox/dbxcli: A command line client for Dropbox built using the Go SDK) but it does not advertise managing tags.
You have to dig further to understand how they are managed, unless someone else on the forum has already done that job and can answer !
EDIT: Digging further, accessing tags is possible through Dropbox API (HTTP - Developers - Dropbox) but it seems to be a rather recent addition and the three endpoints to manage tags (add/get/remove) all share the same disclaimer : "PREVIEW - may change or disappear without notice". It doesn't seem to exist anything to get these tags easily (e.g. without coding another client, handling authentication) for these tags so far.