Get ScriptID from URL in google appscript

Viewed 25

How can I get the script ID of an Apps Script project from a url. Basically I want to:

ScriptApp.OpenByUrl().getScriptID()

There does not appear to be a way to do this. If anyone knows of anything please let me know.

0 Answers
Related