2

I have problems starting Dropbox, My Dropbox folder path is set to a different internal hard drive from my Ubuntu 16.04 installation drive.

I get the following error message:

Error message from dropbox

Uninstalling and reinstalling did nothing. Running chmod 777 did nothing

Zanna
  • 70,465
Mark G
  • 31
  • 2

1 Answers1

1

What I ended up doing:

Delete Dropbox:

sudo apt-get remove --purge nautilus-dropbox

Manually delete the dropboxfolder:

sudo rm -r Dropbox

Install dropbox again. and it stated syncing

Mark G
  • 31
  • 2
  • This seemed to work for me. The only thing I can think of that I did wrong the first time was potentially not restarting Nautilus when prompted. – Tahlor Jul 17 '18 at 16:36