Receive Files in Google Drive with Forms

You may need to collect information from customers or staff members. For instance you may want  job applicants to be able to upload their resumes on your company site or customers to be able to submit design requests. 

Google Forms would have been a perfect solution here but unfortunately you cannot upload files to Google Drive through Forms.

What you can do is create a regular web form (written in HTML and CSS) and then use Google Scripts to upload the content of this form into a folder in your Google Drive.

Before diving into the implementation, take a look at this sample form. When you submit the form, it will create a new folder, corresponding to your name, in my Google Drive and upload the file in that folder This is a public form and you don’t even need to have a Google Account to upload files. The form even works on mobile devices.

The Google Script will now offer you a form URL. Anyone can now use this form to upload files to your Google Drive.