For a business application we are storing documents on Sharepoint Online (word, pdf, powerpoint, ...). The application makes use of Microsoft Graph to get the list of files and metadata. All users however have the sharepoint site 'synced' with their OneDrive Business for local storage/offline use.
The user is presented with an 'open file' button to allow him to open the file and make changes. But how can I make use of the microsoft graph api to open the local file and not the browser with the online version of the file.
Or at least get the local 'path' of the file so it can be opend using Process.Start