mikeebowen / node-wopi-server

A WOPI Server written with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error While opening the file.

priyanshumaurya007 opened this issue · comments

I'm using blob storage to retrieve the files. Implemented all the file operations where it is checkFileInfo, getfile or any lock operation but unable to open the file in edit or view mode. I can see file name and favico of extension type.

image image

This repo is to demonstrate how to implement the WOPI protocol and is not meant for production or as a demonstration on how to retrieve files. In this example implementation, it simply reads and saves files to disk directly. If you have issues with retrieving your files then the issue is somewhere in your file retrieval implementation and not with the WOPI protocol. I'm sorry, but there's nothing we can do to help with your issue.