apps-script-oauth2: "Library with identifier OAuth2 is missing" when using V8 runtime

Hello,

When using the new Apps Script runtime (Google Chrome V8) on an alpha domain, the libray does not work anymore.

I got this error : Library with identifier OAuth2 is missing

The library key is not missing, I checked it.

Thank your for your support !

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 29 (13 by maintainers)

Most upvoted comments

Looks like underlying issues with apps script have since been resolved, marking as closed.

We had a similar issue on Friday Jan 15th. We run multiple projects (dev, testing, staging, prod) and I saw this issue across all projects. We were using the V8 runtime but we started seeing the Gmail Addon throw a runtime error on any action that triggers a network call (we use the google addon to interface with our platform API).

Through out the day we saw an increase in errors and we received multiple customer service phone calls with users having the same issue, they were unable to use the Gmail addon, it almost seemed like a rolling blackout for authentication, it was weird.

Rolling back our environments to use DEPRECATED_ES5 fixes the issue but now we’re not sure how to get back to V8.

Yes that resolved the issue

solution Menu > Run > Disable V8