matlab connector and drive account

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)

That is the only method I'm aware of. If it is not working for you, I suggest contacting technical support.

5 Comments

Ok! Thank you. Best regards
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/
Fixed it !!!!
Thanks a lot
Best regards
Shuxuan
Shuxuan on 10 Sep 2023
Edited: Shuxuan on 10 Sep 2023
Hi, I didn't find the config.info but an default_store.xml. I double checked the directory and believed it's correct. Please let me know how to handle this. Thank you!
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.

Sign in to comment.

Categories

Products

Asked:

on 5 Nov 2020

Commented:

on 11 Sep 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!