
However, it is worth noting, that the auto-subscribe to comment notifications also happens if you manually make a copy of a file.

Var newFile = template.makeCopy("new file name", newFileDestination) Var newFileDestination = DriveApp.getFolderById(".folder ID of destination folder.") Here is the code I am using to make copies of my template: var template = DriveApp.getFileById(".file ID of a Google Sheet.") It is that email/notification I am trying to disable. And now, for some reason, whenever someone makes an comment in any of the copies created (in step #2), I am getting the email saying there is a new comment. The automation creates a copy of the template file (from #1)

How can I disable that notification - either permanently or programatically when my automation creates the copy from the template. Right now, when someone makes a comment in any of the copies I get a notification. I have a template Google Sheet file and automation that makes numerous copies of.
