Closed dzb87 closed 4 years ago
Yes, that will be possible. You would need a refresh token to authenticate and then use
oneDrive.AuthenticateUsingRefreshToken("yourrefreshtoken");
You could use the demo tool included in this code base to log in interactively once and get the refresh token from the fields at the bottom of the demo tool.
Closing as no further feedback received
Hey, is there a way to use the library in console application? I mean without logging in browser and with no GUI at all.
Regards