Questions tagged [ms-wopi]

Web Application Open Platform Interface Protocol

The Web Application Open Platform Interface Protocol (WOPI) defines a set of operations that enables a client to access and change files stored by a server. This allows the client to render files and provide file editing functionality for files stored by the server.

162 questions
0
votes
1 answer

What is WOPI Action URL?

I am currently implementing WOPI in my project using JAVA and JS. My host page is working now. I used the code from https://github.com/ethendev/wopihost. But now I am facing the problem with action URL currently I am using…
Ullas Hunka
  • 2,119
  • 1
  • 15
  • 28
0
votes
1 answer

How can I identify a refresh event in Office Online 365?

I have done a WOPI integration with my application for Office Online 365. Now, when a user closes the IFrame, an "Unlock" call will get executed. Based on the "Unlock" call, it will be considered that the session will become inactive hence document…
Rahul Rabhadiya
  • 430
  • 5
  • 19
0
votes
1 answer

Accessing file using fileget url

I am trying to create file handler add in that uses provider hosted application to open custom file. I have hosted app in heroku and until now i get request body in my application as follows when i open file from sharepoint. { resourceid:…
duwalanise
  • 1,312
  • 1
  • 14
  • 24
0
votes
1 answer

WOPI Editing document error

I'm successfully able to view the word documents using WOPI. Now, I'm trying to edit the document using WOPI and all wopi tests related to Locking as passing. But when I try to edit the docx file and request the WOPI client I get this error: I see…
Suhas Giriraj
  • 242
  • 2
  • 11
0
votes
1 answer

Asp.net session: Iframe inception

Bit of a wild question, probably sounds like a design issue, but given the scenario, is the following possible? A parent window on domain xxxx.com opens a new page with an iframe in it accessing domain yyyy.com, which itself contains an iframe to…
MattS
  • 1
  • 1
0
votes
1 answer

Editing documents with ms office online corrupts docs

We have an office online server build 16.0.8471.8525 (latest and greatest) which we use for displaying and editing word documents through WOPI. When editing a document which has a pretty header and footer representing a formal law document, it gets…
pacitu
  • 101
  • 1
  • 4
0
votes
0 answers

Trying to implement a WOPIHOST

I have downloaded a significant number of samples but with limited success. Many from GitHub. I am trying now, at the simplest, to simply have a listener (which i downloaded) that will parse the WOPI Request. My listener will listen for anything…
0
votes
1 answer

DIfference between officeppe.com and office.live.com?

I have to integrate document management Web application to office 365 for editing docs online, Now I have one problem in case of business user , wopi client is redirecting to officeppe.com & when I add credentials (e.g xyz@zyz.onmicrosoft.com) it…
Rahul Rabhadiya
  • 430
  • 5
  • 19
0
votes
1 answer

Which rest end point call when session getting timeout in office online?

We have integrate Office Online with our application and implement necessary rest end points in our application which are defined in Office Online documentation WOPI REST Documentation and all working fine. But problem is that when Access token…
Ravi
  • 38
  • 7
0
votes
1 answer

How to Generate WOPI Lock Id

I am trying to implement WOPI Endpoints, I am not sure whether the lock id should be generated by me and send it in the response header of checkFileInfo response. Or will the Wopi Client generates the lock Id and send it in the response of Lock
0
votes
0 answers

Wopi Office Online proof keys process

I'm trying to Verifying that requests originate from Office Online by using proof keys i'm implementing the wopi host with nodejs, and there are samples of code in the link above that implements the proof keys process using .NET so i'm using the…
LazyCreep
  • 211
  • 2
  • 14
0
votes
0 answers

Wopi integration registration form

As stated in the documentation the WOPI server online calls domains of members of the cloud storage program. The WOPI documentation also contains a link to the registration form https://dev.office.com/programs/officecloudstorage. However, when all…
0
votes
1 answer

WOPI : Displaying single page of Word Doc / PPT presentation

I've got a dummy WOPI app running. It renders docx, pptx files, but it only displays the first page / slide. I'm using a office online server on azure, I suspect a config parameter on office server that Im ignoring could be the cause of this…
David Przybilla
  • 830
  • 6
  • 16
0
votes
1 answer

Are One Drive and Office 365 Sharepoint implementations with the desktop versions of Microsoft Office WOPI implementations or OAuth 2.0 ones?

How are the desktop versions of Microsoft Office 2016 products able to retrieve documents from and save documents back to One Drive when they (the desktop versions of Office 2016) are not WOPI (Web Application Open Platform Interface) clients? I…
Water Cooler v2
  • 32,724
  • 54
  • 166
  • 336
0
votes
1 answer

WOPI Host OfficeOnline Word Error: Session expired

Implementing office online in my application (php)... Excel & powerpoint working like a charme! If I want to edit a Word Document, I'll get "Session expired" in the editor view. I've created a log file on my server... date - request type -…
domsen123
  • 174
  • 7
1 2 3
10
11