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
  • 72,312
Mark G
  • 31

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