Hi
I have a file collection with pdf files I read. As I annotate these files, I would like to have these files synced with a OneDrive (or Dropbox) folder, so I can read and further annotate them on my iPad and cell phone too.
Is there a way to do this in a smart way (script)?
Thanks in advance
The easiest way would be to store the PDF files in the OneBox or Dropbox folder and have the collection point to those files.
That way you only have one local copy of the files to worry about, and the only synching is between your computer and the cloud, without an extra layer of synching between local folders.
OneDrive and Dropbox are limited to only synching things in their folders. Adding a second layer of synching between local folders is possible but I think best avoided as two things synching the same files can easily clash with each other.
What's behind the need for the files to be in different folders? Could that need be satisfied by using shortcuts, hardlinks or softlinks to point to the OneDrive/Dropbox files?