I have a Daemon on my local device (mac) that processes some files and writes the output to a dropbox folder. It successfully runs and writes the data to dropbox, but the dropbox folder does not synchronize until a user is signed into the device. I want the dropbox folder to synchronize even when a user is not specifically signed into the device. Is there a way to trigger this behavior as the root user? I understand that the dropbox api has some ability to manipulate files, I want to know if that is useable route before I dive too deep into it.