I want to use office 365 api to open and edit the documents stored on my server. How can i upload files from my server to office 365 account without knowing to end user i.e. without asking the credential to end user. What i want to do is when there's any open request will upload that file to my office 365 business account and will open that in office online or from office 365 api.
How can i achieve this from my asp.net MVC application. Can i use WOPI here. Any sample example will be appreciated.