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.
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.