Google-drive – Group file responses from Google Forms into individual folders per submission

google-drivegoogle-forms

For a given sample form My Form and a file TheFile.pdf, file uploads on Google Forms are uploaded like this:

My Form (File Responses) > Question 1 to upload file (File Responses) > TheFile.pdf

Is it possible to make it so that the form groups all files pertaining to one entry together or under one folder like this?:

My Form (File Responses) > Submitter Email > Question 1 to upload file (File Responses) > TheFile.pdf

OR

My Form (File Responses) > Question 1 to upload file (File Responses) > Submitter Email > Question 1 (File Responses) > TheFile.pdf

Best Answer

It's not a build-in function but we could use Google Apps Script onSubmit event to trigger a script to move files or to do many other things. For an example of things that could be done this way, see my answer to Share Google Drive Folder with submitters of Google Form