Whenever a local hidden file’s cloud version is updated (through either another linked computer or web interface), Insync would be unable to update the local version, showing an overlaying red cross on the file and system tray icon. Once I remove the hidden attribute from the file, Insync can update it again. I’ve tested this back and forth several times and the behavior is consistent.
I’ve read the log, and the exception message (from Python it seems) says:
{“type”: “IOError”, “value”: “[Errno 13] Permission denied: u’C:\\Users\\***\\Google Drive\\test.txt’”, “module”: “exceptions”}
This problem looks similar to the one described in this Stack Overflow question.
Hope this can be fixed soon.