- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Difficulties opening jmpaddin stored on sharepoint site with scripting
When I manually open an add-in stored on a sharepoint site I get the following warning, but the add-in will install successfully.
However, when I try to do the same from JSL, I get the following error. Any ideas how I could get around this?
open("https://elancoah.sharepoint.com/sites/ElancoManagedJMPAdd-ins/addinDepot/hatchery.jmpaddin");
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Difficulties opening jmpaddin stored on sharepoint site with scripting
You might need to authenticate with sharepoint first first before opening the file, maybe these two posts will help:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Difficulties opening jmpaddin stored on sharepoint site with scripting
Thanks for the reply. I authenticate by opening the site in a web browser box and then closing the box. So far I am not having this issue with data files, just the add-in files.