新しいファイルオブジェクトに対して設定を記述する
const newFile = template.makeCopy("ファイル名", outputFolderObj)
newFile.setSharing(DriveApp.Access.ANYONE_WITH_LINK, DriveApp.Permission.VIEW)
Go to list of users who liked
More than 5 years have passed since last update.
新しいファイルオブジェクトに対して設定を記述する
const newFile = template.makeCopy("ファイル名", outputFolderObj)
newFile.setSharing(DriveApp.Access.ANYONE_WITH_LINK, DriveApp.Permission.VIEW)
Register as a new user and use Qiita more conveniently
Go to list of users who liked