A couple of weeks ago I upgraded my mid-2010 MacPro 5,1 to Mojave (installing a new video card along the way), and decided to move my user folder (including my 400GB Dropbox folder) off my SSD (where the OS resides) onto a different hard drive, following the procedure to target the app towards the new location. Although it seemed to work at the outset, I have since been hit with a window saying "Dropbox needs to change permissions" whenever Dropbox starts, and entering my system password does not stop it from asking again next time. Meanwhile the app is not syncing properly. Here's the step-by-step of my ground-up procedure:
- After referencing this forum discussion (though this user apparently had no problems syncing, just indicator visibility), I took the precaution of removing the only other 3rd-party extension visible in Preferences>Extensions>All, as well as disabling the four Quick Actions visible in Preferences>Extensions>Finder.
- Unlinked account
- Uninstalled Dropbox app and restarted computer. Noted that the Dropbox folder's icon still bore the brand logo.
- Reinstalled Dropbox app
- Ensured the app was pointing at the correct location of my Dropbox folder
- Ensured my user profile had read/write permissions on user folder and Dropbox folder
- Noted that all my Dropbox content was wearing blue sync flags; app was busy "checking for changes". I gave it a 45-minute breather, but it didn't change state. I restarted the computer and was asked for permission to change permissions again.
- Followed procedure at Dropbox Help for resolving permission errors, replacing original ~/Dropbox arguments with my new User folder path as follows:
sudo chflags -R nouchg /Volumes/Wasteland/Moved\ OSX\ Users/myUser/Dropbox ~/.dropbox ~/.dropbox-master
- Responded with ".../.dropbox-master: No such file or directory"
sudo chown "$USER" "$HOME"
sudo chmod -RN ~/.dropbox /Volumes/Wasteland/Moved\ OSX\ Users/myUser/Dropbox
chmod -R u+rw /Volumes/Wasteland/Moved\ OSX\ Users/myUser/Dropbox ~/.dropbox
- Restarted Dropbox app; was asked for permission to change permissions again. Entered my password.
- Noted that my app window now says "Syncing 5,193 files". Decided to disregard this for a moment to play it safe and reboot off of a USB installer to do quick First Aid scans on my OS and User drives to make sure there weren't any permission errors.
- After rebooting normally noted that Dropbox was again "syncing 5,193 files" and that, after about 20 minutes, I had not yet been presented with another window begging permission to change permissions, I decided for funsies to alt-Account in the Dropbox preferences and "fix permissions". It asked for my system credentials, which I provided. It then returned a "success" message.
Closed and restarted Dropbox app to test if I would be once again asked permission to change permissions on loading. I was. I sighed heavily and provided my password. Dropbox began "checking for changes". After an hour, there has been no update to this status.
Cheering myself up at the knowledge that a 400GB block may take a bit of time to index, I'm going to leave the machine to its own devices for the night, in the hopes that maybe something cracks loose. But, since I doubt anything's really been fixed, I'm going to post this help request. Thanks for reading!