matlab connector and drive account
Show older comments
hi
There is my problem :
How could I change the account mail adress from the matlab connector...I read the last answers I found but obviously it doesn't work...
Someone could help me please? Thanks
Answers (1)
Cris LaPierre
on 5 Nov 2020
1 vote
That is the only method I'm aware of. If it is not working for you, I suggest contacting technical support.
5 Comments
Philippe Hautcoeur
on 5 Nov 2020
Conor Burgess
on 6 Nov 2020
The latest release of MATLAB Drive Connector (v1.6.0.9 at time of writing) uses more secure storage for user credentials, so that file is no longer the one you need to delete. You should be able to achieve the same result by following the answer you linked to, but replacing the filepaths with:
Windows:
C:\Users\<username>\AppData\Roaming\MathWorks\credentials\
Linux:
~/.matlab/credentials/
Mac:
~/Library/Application Support/MathWorks/credentials/
Philippe Hautcoeur
on 6 Nov 2020
Conor Burgess
on 11 Sep 2023
Sorry, I should have mentioned the filename is also different. Up to date steps would be:
1. Terminate the MATLABConnector process using the instructions listed in that answer. Then also terminate any MathWorksServiceHost processes.
2. Rename the default_store.xml file to default_store_old.xml in the following location:
Windows:
C:\Users\<username>\AppData\Roaming\MathWorks\credentials\
Linux:
~/.matlab/credentials/
Mac:
~/Library/Application Support/MathWorks/credentials/
3. Restart MATLAB Connector and go through the setup to login as a different user.
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!