79598264

Date: 2025-04-29 11:38:14
Score: 1
Natty:
Report link

just an update option as the one from @marcelo Guerra is using a deprecated method (addFile)

//create a new google sheet within managerFolder
var ss = SpreadsheetApp.create(fileName);
var ssId = ss.getId();
var ssFile = DriveApp.getFileById(ssId);
ssFile.moveTo(destinationFolder);

source

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @marcelo
Posted by: Francisco Cortes