How to open .addin stored on sharepoint site using JSL?
I've built an auto-update feature into an add-in. The new version of the add-in is stored on a sharepoint. I am able to open jmp tables from the sharepoint just fine, but am unable to open the addin file. Works:Open("https://sharepoint.xxx/jmp_table.jmp") Does not work:Open("https://sharepoint.xxx/addin_try.addin")Open("https://sharepoint.xxx/addin_try.zip") I thought maybe I could copy the add-in...