cpoy

Enhanced makeCopy() using Google Apps Script

Gists Overview This is sample scripts for copying files to a specific folder in Google Drive using Google Apps Script (GAS). Description When the files in Google Drive are copied to a specific folder using GAS, most users will use makeCopy(destination). When the files are copied using makeCopy(), you might have already noticed that only the standalone projects cannot be copied to the specific folder. They are copied to the root folder (My Drive).