4

I was using underscoreGS for a long time, but I got "Library with identifier underscoreGS is missing (perhaps it was deleted, or you don't have read access?)" this error suddenly.

underscoreGS should be a public lib, I should be able to access it. I also try to delete and add this to the project again, I can re-add it, but the error still there.

This is my code

  if (tmpDate.getTime() == tomorrow.getTime() && underscoreGS._indexOf(added, row[1], false) < 0){

Does anyone have the same problem? Or underscoreGS having a problem?

3 Answers3

3

I can reproduce this behaviour. It looks like this behaviour is not limited to underscoreGS, but others like GSUnit and YouTubeApp result in the same error message.

I'd say it's possible that the owner of these libraries has changed the sharing settings and these libraries might no longer be public.

This has been reported in Issue Tracker:

Update 2020-01-21:

One of these issues was updated with the following comment from Google:

This is not an issue with library import, this is a configuration problem by the library host/owner.

Please take this up with the third party developers of the affected libraries.

So apparently, this is not an issue with the library import process, but with the libraries themselves. Since these libraries are not officially supported by Google, anyone affected by this should take this up with the library developers.

Also, another developer shared backup scripts for these libraries in this comment, as mentioned in Gonzalo's answer.

Reference:

Iamblichus
  • 18,540
  • 2
  • 11
  • 27
  • This issue seems related to the new V8 runtime for Google Apps Script. In my case, reverting to the old IDE and also disabling the V8 runtime fixes the issue. There are known issues with the new runtime, which required a manual opt-in before. Apparently the new IDE might be enabling the new runtime automatically. – Rodrigo Chiong Jan 20 '21 at 17:18
2

Provisional Solution

From a comment on the same issue tracker mentioned by @Iamblichus

I don't know if the libraries can be brought back online. In the meantime, here are backups:

ObjApp source code: https://script.google.com/d/1fCGHsA4zJ3ow0U_LFJclWTP8ctgDuMCZIrQ0bFCchSAIpnjNbWrW_Vre/edit?usp=drive_web Script ID (to use as library): 1fCGHsA4zJ3ow0U_LFJclWTP8ctgDuMCZIrQ0bFCchSAIpnjNbWrW_Vre

GSUnit source code: https://script.google.com/macros/d/1T4ao_R66gK5hK4dtKHT4p7kractojP2tYau9dOzcG7xJrYyl_gWiQ7a_/edit?usp=drive_web Script ID (to use as library): 1T4ao_R66gK5hK4dtKHT4p7kractojP2tYau9dOzcG7xJrYyl_gWiQ7a_

underscoreGS source code: https://script.google.com/d/1mBlMu5QzQSO0X3pGZHPBPfLYh5UuSRLETBb9x-EIyOzMPrd0SA-i7QdR/edit?usp=drive_web Script ID (to use as library): 1mBlMu5QzQSO0X3pGZHPBPfLYh5UuSRLETBb9x-EIyOzMPrd0SA-i7QdR

Reference:

Iamblichus
  • 18,540
  • 2
  • 11
  • 27
Gonzalo
  • 378
  • 2
  • 7
-1

This is happening to me aswell just since yesterday for the ObjApp library but intermittently which makes me believe it is on Googles end

MrToast
  • 21
  • 9