Hi all,
Have had a simple hazel folder action running smoothly for months on Mountain Lion. Essentially the folder action opens a script that syncs the given folder with my Google Drive, using the application "SyncTwoFolders", with the script navigating through the applications windows. The whole process takes place in the background.
Issue is, since I have recently updated to Yosemite, I am having issues with this Hazel process. Error log below:
OSAScriptErrorAppNameKey = "System Events";
OSAScriptErrorBriefMessageKey = "hazelworker is not allowed assistive access.";
OSAScriptErrorMessageKey = "System Events got an error: hazelworker is not allowed assistive access.";
OSAScriptErrorNumberKey = "-25211";
OSAScriptErrorRangeKey = "NSRange: {0, 0}";
Any ideas? I'm guessing it has something to do with the allowing assistive access, but I have allowed access for hazelhelper and system events (and every other app)... Is "hazelworker" something that I need to add? If so I don't know how. Cheers