I use a Synology and have all my documents on my "Synology Drive(SD)"-synced Folder(kind of a local Dropbox version)
Everything worked until a few weeks, where a rule, that moves files to the "bill" folder -which sits on my local machine and is synced via SD - started failing with the message: "Can't move file, folder is unavailable". I don't know if this is related to Sandboxing, but the bit, that confuses me is, that my Destination Folder for moving is:
/Users/klausgruber/Nasbox/myDocuments/Rechnungen
and the Error log describes as:
from Systemlog:
- Code: Select all
NSSecureCoding allowed classes list contains [NSObject class], which bypasses security by allowing any Objective-C class to be implicitly decoded. Consider reducing the scope of allowed classes during decoding by listing only the classes you expect to decode, or a more specific base class than NSObject.
from Hazel.log
- Code: Select all
2020-09-21 14:01:43.363 hazelworker[63893] Zahnarzt 2020-09-16.pdf: Rule subfolder matched.
2020-09-21 14:01:43.645 hazelworker[63893] Dokument_2020-09-16_61639.9.pdf: Rule RechnungsTags matched.
2020-09-21 14:01:43.645 hazelworker[63893] [Error] Move failed: Destination folder /Users/klausgruber/Library/Mobile Documents/com~apple~CloudDocs/myDocuments/Rechnungen is unavailable. Will try again later.
I tried to relocate and everything is fine and in Finder "usable" as every folder else...