View Synchronization Account Information

Joplin 1.1.4 (prod, win32)
Revision: 9610b7e6 (master)
Windows, iOS

Is it possible to view the synchronization account information? I've looked in the GUI, the log files, and the database but cannot find the OneDrive email address I used. I cannot install/sync Joplin on new devices without this information.

Thanks!

Joplin doesn't save this information for OneDrive. Joplin actually doesn't know that. The only way to receive this information requires developer skills:

When you log in to OneDrive Joplin receives a refresh and an access Token which allows Joplin to interact with the OneDrive Api. I think you could get the email address by making a http request to the OneDrive Api using the refresh Token which is saved in the DB (I think you basically would need to get an updated Access Token first). The refresh Token is saved in the table settings inside the JSON Value for the key sync.3.context.

If you want to go on, you might find this information useful.