I have an internal editor add-on that utilizes a library, both of which were created and developed in the same Shared Drive. After publishing the add-on, it does not recognize the library, and the onOpen()
function throws an error when a document is opened/refreshed:
Library with identifier MyLibrary is missing (perhaps it was deleted, or you don't have read access?)
When testing the add-on from Run > Test as add-on there's no issue. I have tried removing and re-adding the library in Resources > Libraries with no luck. Development Mode is off. Nothing I have read in the documentation on libraries or collaborating gives any indication as to what the problem could be.
Is there something I am missing here w/r/t publishing add-ons with libraries or housing them in Shared Drives? Could the Shared Drive be causing an issue with read access?