Hello,
I have Dropbox client installed on Fedora. Everything works as a charm, but I cannot find one function. I am not sure if it is available.
I have list of dedicated directory names and emails in csv file like:
user1;email1@gmail.com
user2;email2@gmail.com
...
I use bash script to create directory for every user*. But is there a possibility of sharing directories via email as it is possible in Web UI? As I have many directories, sharing all of them in web browser is consuming a lot of time. I would expect something like:
dropbox share user1 email1@gmail.com
Which can be easily scripted.
Any idea?