Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

273
Views
Using Google App script library in Google spreadsheet add-on

I have a Google Spread sheet add-on, Formula Tracer Sidebar. I also have App Script library, I want to use some of its functionality within the add-on server code. Library is deployed and shared to anyone with link

enter image description here

addon loads the library with the following self executing function:

const _ftUtils = (function(){
   return FTCommon.getUtils();
})();

where:

FTCommon is the library identifier in the appscript.json as the below partial appscript.json shows.

"dependencies": {
    "libraries": [
      {
        "userSymbol": "FTCommon",
        "libraryId": "1APwfEOzs5n55tSXp2xvrQRqd_YK4pUInssQQH3epxnQWp4DVQ5gmWhlR",
        "version": "5"
      }
    ]
  },

However, when launching the add-on all users but me (library owner), fail with the following library missing error message.

enter image description here

Why is it happening and how to fix?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!