OneDrive / onedrive-sdk-csharp

OneDrive SDK for C#! https://dev.onedrive.com
Other
295 stars 145 forks source link

How to log in with account other than default? #255

Open yosefbernal opened 3 years ago

yosefbernal commented 3 years ago

I have followed your introduction and managed to successfully authenticate, read, and write files in my personal account. The problem is I don't see a way to log in with a different account. The dialog assumes I want to use my default Windows account whereas I'd like to use my work account. You might say: "well .. just log in with your work account!". Well, that would be a problem since, as you know, all your account details get synched across windows (email, office, OneNote, OneDrive, etc). I have looked around the documentation but I haven't found anything alluding to this.

Any clues?