You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Rachel R.2's avatar
Rachel R.2
Helpful | Level 5
6 years ago

"Dropbox needs to change permissions" message on startup

Lately, every time I start my Mac (OS 10.14.6) I get a message that reads (in full):  "Dropbox needs to change permissions for the Folder: /Users/[name]/Dropbox Enter your password to allow this"...
  • Здравко's avatar
    Здравко
    6 years ago

    Hi Rachel R.2,

    Can you try following commands in terminal:

    sudo chflags -R noschg "/Users/$USER/Dropbox"
    sudo chflags -R nouchg "/Users/$USER/Dropbox"
    sudo chown -R "$USER" "/Users/$USER/Dropbox"
    chmod -R u+rw "/Users/$USER/Dropbox"

    Will be asked for your password (sudo).

    Hope this helps. :wink: