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.
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.
Use Google Apps Script and the createFoler (name) to create a folder and then makeCopy (destination) , both are from the Google Drive service .