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

Office server online Error: Word online can't open this document because the service is busy

I have setup Office online server in standalone mode(without sharepoint or exchange server). While trying to preview document , I am able to preview excel sheets but not able to preview word or ppt files, getting error "Word online can't open this…
Prashant
  • 1
  • 1
0
votes
2 answers

How to let office online own the style of view mode?

Recently, I would like to use the “edit mode” of Office Online Server to open the Microsoft Word file as follows: http://office-online/we/wordeditorframe.aspx?WOPISrc=...&access_token=... However, I notice that there is no gap between two…
xyz
  • 413
  • 2
  • 19
0
votes
1 answer

WOPI Implementation for files - on-prem

I have a website hosted on-prem which uses Solr to search and index documents from various systems like SMB, Box, Windows File Share, etc. I would like to enable a preview for these documents indexed. Can I utilize the Microsoft Office Online Server…
gokul731
  • 41
  • 4
0
votes
1 answer

workbook cannot be opened when trying to integrate office web app in mvc

I have been following this tutorial to open office web apps online but when I click URL generated by selecting the excel file I get error workbook cannot be opened you may test here to check the issues Discovery.xml file is taken from HERE…
bab951
  • 41
  • 12
0
votes
1 answer

Is there a way to redirect WOPI rest calls to read share point files?

We are integrating Office Online with our application to open Open Microsoft Office files(.docx, .xls, .pptx, etc.). To do that, we use the WOPI protocol. These files can be local files or files hosted on SharePoint. For SharePoint files to open…
0
votes
1 answer

How does Office Online Server understand the licence status of a request?

When we implement a WOPI Host, how does the WOPI Client understand the licence status of a request? I have not seen anything in the documentation where the request conveys the office365 ID of the users. My client is failing when the iFrame loads and…
0
votes
1 answer

Add-in button shows error in office online server

I have opened the add-in button in my office online server but when I push it, there shows an error "Sorry, there is an problem" in Chinese. I typed the code to open the add-in button: Set-OfficeWebAppsFarm -OfficeAddinEnabled:$true and have set the…
downleave
  • 1
  • 2
0
votes
1 answer

WOPI client and host query

Trying to implement Collabora (CODE) editor on a web app. Currently writing the wopi host code, and I am seeking clarity on one minor detail: Does wopi client (in my case, CODE) access the file directly from my wopi host using the url passed to it…
vimal7370
  • 25
  • 1
  • 6
0
votes
1 answer

I want to use JavaScript to control office online server page turning of PowerPoint, but I can't find any relevant documents

I want to use JavaScript to control the last page, the next page, the full screen of PowerPoint. I looked at the PostMessage, but there were no such actions I am searching for a long time on net. But no use. Please help or try to give some ideas…
0
votes
1 answer

Office cloud storage partner program registration

I am traying to make a registration for Office cloud storage partner program From this link Office cloud storage partner program registration I get this error "Error: Something went wrong while submitting the form." When i use the form on this page…
InnovateIt
  • 88
  • 5
0
votes
2 answers

Communicate with MS Office on client PC

I'm looking for a solution for communication with Office products in my web application. I have many clients who want to edit their documents at same the time. I've searched for a solution and I have two choices: WOPI protocol which requires an…
Amir Amiri
  • 441
  • 1
  • 8
  • 14
0
votes
2 answers

WOPI - Excel documents do not switch to edit mode when clicking on "Edit in Browser" button

I have a WOPI service which returns in its CheckFileInfo all required data including: "UserCanWrite": true, "EditModePostMessage": true, "UserCanNotWriteRelative": true, "HostEditUrl": "domain.com/Home/Detail/fileId?action=edit", "HostViewUrl":…
Baron Ntambwe
  • 11
  • 1
  • 5
0
votes
1 answer

Rendering Excel files In Browser Through Office Online via WOPI Protocol

We are planning to integrate with Office Online to render Excel files in browser. I understood the overall workflow by going through the documentation but I have a few questions: Is the excel file rendering responsive on mobile (both android &…
Andy Dufresne
  • 6,022
  • 7
  • 63
  • 113
0
votes
0 answers

WOPI Host: Word file not edit on online server. but view working fine

In my project, i have integrated Online Office server with WOPI. but docx file not editing in online while view file online working fine. In my local system all the functionality working fine. but on the server above error coming. please help me out…
Vishal Khunt
  • 172
  • 3
  • 14
0
votes
1 answer

How to use Discovery XML in WOPI?

As mentioned in this document http://wopi.readthedocs.io/en/latest/discovery.html, I was wondering if there is a way to use the Action URL Dynamically?
Ullas Hunka
  • 2,119
  • 1
  • 15
  • 28