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

radoslawz's avatar
radoslawz
New member | Level 2
3 years ago

Can't delete folder on my Mac called Dropbox

Hi. My problem is that I can't delete a folder called Dropbox on my Mac. It is located in /Users/radoslawz/Public/Drop Box. I had deleted everything. All libraries. Cache. App. And still - nothing. I...
  • afonsogmarques's avatar
    2 years ago

    I was having the same issue and since I couldn't find much help online, I decided to try something that worked for me.
    Open your terminal (Cmd + Spacebar > Search for "terminal") and run the following commands:


    cd ~/Public
    (navigates to the "Public" folder)

     

    sudo rm -r "Drop Box"
    (deletes Drop Box folder and any files it may contain. If the filename is different simply change the content in between quotes)

     

    You will be asked for your password, type it and hit Enter 
    (Rest assured, although you don't get any visual feedback, your password is being written)

    That's it, let me know if worked for you!