Hi,
Luis helped me resolve the problem here is what we did
The errors with “Inotify failed to watch” probably refers to Insync being unable to watch some folders for changes. Please try the following:
Open a terminal
Run “sysctl fs.inotify.max_user_watches”. Take note of the value.
Edit the file “/etc/sysctl.conf”.
Look for an entry for “fs.inotify.max_user_watches”. If there is none create a new one.
Set the value to be 1048576 or double the value in step 2, whatever is bigger.
After saving your changes run “sudo sysctl -p” to let the new value take effect.
Restart Insync.