Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,578 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey,
We've implemented a WOPI protocol to integrate Microsoft Office into our React application. But we are falling short on one thing. We've successfully setup the server and endpoints for WOPI. We've handled the Auth using MSAL.
So in our WOPI server we're fetching the documents from Graph API's and returning the content, but the iframe handling the view only displays 'OK' string in it and nothing else. Any help would be appreciated.
Thanks