webodf / ViewerJS

ViewerJS: Document Reader in JavaScript
http://viewerjs.org
1.94k stars 421 forks source link

Is it possible use ViewerJs with files from Azure storage? #241

Open namem6001 opened 6 years ago

namem6001 commented 6 years ago

I'm trying to use links in this format: 'http://mydomain/ViewerJS/index.html#https://myazureaccount.file.core.windows.net/myshare/mydirectorypath/myfile?SASTOKEN' But it's not working

obrianhc commented 4 years ago

Try without index.html.

I'm using https://mydomain/ViewerJS/#https://myazureaccount.file.core.windows.net/myblobcontainer/directory/myfile.pdf

And is working.