I want to send a message between two of my Dropbox devices which are otherwise invisible to each other.
I am trying to do this by updating content of a file.
$echo test > ~/Dropbox/compound
I have a put inotifywait on ~/Dropbox/compound and do not receive notification that the file has been updated. If I access the file by some other means, then I will receive a notification of that activity, but not when Dropbox client updates a file through its own notification system.
Both clients status is `up to date`.