As I understood, with the OneDrive SDK, you can only access your own oneDrive!
For my UWP app, the user should have access to an app specific oneDrive, in order to download media files. I would just make a directory on my personal OneDrive
public and use the coresponding link in my app in order to access this public directory (read only access), without any user interaction involved.
Is it possible to do this with the SDK (without any user interaction involved)? or what would be the simplest way to achiev this goal (without using any application server, Azure services etc...)? It has not neccessarily to be oneDrive, the files could also
reside on any other free file service.