cancel
Showing results for 
Search instead for 
Did you mean: 

Nuxeo Drive - RootAlreadyBindWithDifferentAccount

Bryce_Bolton
Confirmed Champ
Confirmed Champ

I'm testing the best method to install Drive. My first test had the exe variable of /TARGETUSERNAME="username" I wanted to test using the example of /TARGETUSERNAME="foo" used in this documentation: https://doc.nuxeo.com/client-apps/how-to-manually-initialize-or-deploy-a-nuxeo-drive-instance/

Now when I run Drive setup with the new variable I get the error: nxdrive.exceptions.RootAlreadyBindWithDifferentAccount: ('username', 'https://octanner.nuxeocloud.com/nuxeo/')

What token, etc to I need to remove to resolve this issue?

1 ACCEPTED ANSWER

Mickaël_Schoent
Star Contributor
Star Contributor

This is happening when you try to add a new account and when there already is an account with those same values: the server URL, the username and the local folder. Change the local folder and the error should be gone.

View answer in original post

4 REPLIES 4

Mickaël_Schoent
Star Contributor
Star Contributor

This is happening when you try to add a new account and when there already is an account with those same values: the server URL, the username and the local folder. Change the local folder and the error should be gone.

Is there a way to clear the values on the server?

On the server, you can only remove a token, which will have no effect on the client side, e.g. the user will be asked to enter new credentials. It will not remove the account.

Ah, that was my issue...