If yes, then how?
I have files on my own OneDr2ive account. I am writing an application that will at times upload and/or download very tiny files to it. The program only runs via Task Scheduler, and should do so with no user interaction.
I have gone down the LiveSDK and OneDrive SDK routes with no joy, trying to get a simple example of fully logging on with Client ID & Secret, with no success.
At this point I am in need of knowing whether what I am trying to do is even possible. I have a similar, but more detailed, question here about OAuth2, which is concerned with the same use case.
TIA