Closed jonas-s-s-s closed 6 years ago
Even if you want to connect to a OneDrive Consumer drive, it is recommended to use the Graph API. The Graph API allows connecting to both OneDrive Consumer as well as OneDrive for Business.
The error message indicates your app.config does not have an AppSetting for either of those values which you are using in the line when the error occurs. Check your app.config and ensure both of these exist.
Even if you want to connect to a OneDrive Consumer drive, it is recommended to use the Graph API. The Graph API allows connecting to both OneDrive Consumer as well as OneDrive for Business.
The error message indicates your app.config does not have an AppSetting for either of those values which you are using in the line when the error occurs. Check your app.config and ensure both of these exist.
Ok, thanks. I'll use the graph API then.
Perfect. Feel free to open a new issue if you run into trouble using that.
I don't know if i'm doing something wrong, but when i try to use the consumer onedrive option in the demo app it crashes when I click the "authorize" button and displays this error: (sorry that my VS isn't in english) I didn't modify anything in the demo application, the other 2 option work fine only the consumer onedrive which I want to use doesn't work.