Visual Studio Code – Connect to OneDrive using Microsoft Graph and C# not working
I was trying to create a very simple app to connect to my OneDrive and receive a list of the various files that I have hosted on OneDrive. This is the code: string clientId = "My client Id"; string clientSecret…