Why isn't the diagram shown on Dropbox shared HTML file #3881
-
Dropbox allows people to share HTML files besides pdf, doc, sheets, etc. Draw.io embed works perfectly when it is inside a regular HTML file served by a static server, however, it is not shown on Dropbox HTML file. How to make it work with Dropbox, I wish to share HTML files to friends. Example URL: https://www.dropbox.com/scl/fi/coy2uje9z55kstzmas7n5/Test-Nofe-1.html?rlkey=vp8t1fbgo1zjcr0so3xa8ipuw&dl=0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is a custom viewer specific to dropbox, it's either not executing Javascipt (most likely) or has limited JS support. You'd be better storing the diagram as PNG+XML or SVG+XML. |
Beta Was this translation helpful? Give feedback.
This is a custom viewer specific to dropbox, it's either not executing Javascipt (most likely) or has limited JS support. You'd be better storing the diagram as PNG+XML or SVG+XML.