var site = SitesApp.getSiteByUrl("https://sites.google.com/view/quizapptest");
Logger.log(site.getName());
I run this script. And I got error invalid argument url
var site = SitesApp.getSiteByUrl("https://sites.google.com/view/quizapptest");
Logger.log(site.getName());
I run this script. And I got error invalid argument url