I am trying to sort images based on their EXIF creation date on a network drive into subfolders with structure YEAR>MONTH>DATE.
The correct value of of this information seems to be available only when the file is on a local drive.
If it is on a network folder, the "content created" attribute in Hazel always returns "1970-01-01" so the sorted file goes to the wrong subfolder.
How can I get the correct information from the EXIF metadata in the file for the "sort into subfolder" action?