Initially reported in #2, Dropbox (client version 87.4.138 and later, currently up to 95.4.441 as of April 2020) refuses to sync when a local folder is mounted to the Dropbox data volume (/opt/dropbox/Dropbox) on macOS.
The error found in the Dropbox logs is:
File "nucleus_python.pyx", line 87, in nucleus_python.NucleusSyncEngine.cinit
nucleus_python.SyncEngineError: Initializing engine
|>> Initializing platform
|>> Checking if filesystem is supported
|>> Filesystem is not supported: "FUSE"
The dropbox-filesystem-fix patch is now unable to work around this issue.
Initially reported in #2, Dropbox (client version
87.4.138and later, currently up to95.4.441as of April 2020) refuses to sync when a local folder is mounted to the Dropbox data volume (/opt/dropbox/Dropbox) on macOS.The error found in the Dropbox logs is:
The
dropbox-filesystem-fixpatch is now unable to work around this issue.