Issue with removing a library from Google Apps Script

≡放荡痞女 提交于 2021-01-29 11:10:29

问题


I deleted a version of a library, and now I'm getting the error "Library with identifier XXXXX is missing (perhaps it was deleted?)". I am also unable to remove the reference to the library. My code now won't run due to the aforementioned error. How can I resolve this?


回答1:


I figured out how to accomplish this. 1. I need to be owner of the project that has the reference I'm trying to remove 2. Backup the code 3. In Script editor, open the project that has the reference I'm trying to remove 4. Select File - Delete Project 5. Close Script Editor 6. Create a new project, and import the previous code 7. Select Resources - Library to re-add the reference to the library



来源:https://stackoverflow.com/questions/51577452/issue-with-removing-a-library-from-google-apps-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!