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 online with active directory integration

How I integrate my WOPI with office online login I want to change this with my login
0
votes
1 answer

Can't save office online wopi documents back to the server

I'm working on WOPI integration with one of our internal tools and I'm stuck with one issue while saving documents in client. I was able to set up ClientUrl to a GET method that returns file contents as "application/octet-stream". After that, by…
Kryglui
  • 11
  • 2
0
votes
1 answer

office web apps server 2013 - Got an server error when open /op/generate.aspx

I set up an office web apps server 2013 in windows server 2012 R2, it is good to open this link http://localhost/hosting/discovery, means the office web apss server 2013 is running well. But when I tried to open this link…
chile
  • 141
  • 1
  • 12
0
votes
1 answer

Getting the zero byte in the PutFile method in request body

We are getting the zero byte in the PutFile method in request body, but we can do the online editing of document and it is reflecting in other browsers as well (if we are editing the file in two browsers at same time ). We are using ASP.Net Core and…
0
votes
1 answer

WOPI to use office 365

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…
Umar Memon
  • 66
  • 12
0
votes
1 answer

WOPI put document request not receiving at end point *POST files/fileid/contents*

I have implemented the WOPI end points, all end points are working fine but when I am editing the document online, It is not giving save back request as put document endpoint. And most importantly, When it'll be saved because there is nothing…
user2846382
  • 385
  • 1
  • 3
  • 16
0
votes
2 answers

WOPI Editing Document

I have implemented the putFile endpoint for WOPI client (i.e. Office Online) When clicking the edit document button, what should be the first request go to WOPI client? I have called following URL on edit link: POST…
user2846382
  • 385
  • 1
  • 3
  • 16
0
votes
1 answer

Can WOPI server (Office Web Apps Server) be connected to Third party application?

I am working on a document storage application which hosts a ton of office files (WORD, EXCEL, PPT) on cloud, now I want to render these files and open/show on the browser. but I have a very vague picture of how and where all these below things fits…
Soumyaansh
  • 8,626
  • 7
  • 45
  • 45
0
votes
1 answer

Difference between FileStream and WebClient

So, I'm actually trying to setup a Wopi Host for a Web project. I've been working with this sample (the one from Shawn Cicoria, if anyone knows this), and he provides a whole code sample which tells you how to build the links to use your Office Web…
Guillaume Munsch
  • 1,233
  • 17
  • 37
0
votes
2 answers

should we publish wopi host web application on server?

I have a sample code for wopi host and I have installed web app server on my server (192.168.1.103) and a site with name HTTP80 appeared under sites root in IIS manager. I want to know if I have to publish the wopi host into IIS in my server. I have…
0
votes
2 answers

Preview or Embed on a web page an Excel document stored in Azure Blob

I was wondering if it is possible to open an Excel file (or any Office file) stored on an Azure Blob account within a browser or, better yet, embedded on a web page. Kind of like a preview function instead of always prompting the user to download…
iamnobody
  • 646
  • 9
  • 23
-2
votes
1 answer

How to embed a read only view excel worksheet into a asp.net site running on an intranet

I have a requirement where Users have to view uploaded excel files on a site running on an intranet, NB the files themselves must be hosted locally. Solutions I have looked at include. Using google docs viewer (problem requires a public URL which…
1 2 3
10
11