Script in Google Sheets to perform actions on DRIVE

1

Is it possible with a script in a Gsheet to create a folder with a specific name and create a set of file copies within it?

These lists of files would be listed with their IDs in the Gsheet.

    
asked by Nicolas DAlessio 10.05.2017 в 15:43
source

1 answer

1

Use Google Apps Script and the createFoler (name) to create a folder and then makeCopy (destination) , both are from the Google Drive service .

    
answered by 23.05.2017 в 06:53