Skip to main content

Authorize File Upload Forms

Open the Google Sheet that you just copied in your Google Drive. Rename the file from Copy of File Upload Forms to Job Applications since we are building a form for our company where candidates can upload their resume.

It is always a good idea to assign a proper name to your Google Sheet since it will become easier to find the spreadsheet that is storing form response once you've created multiple forms in your Drive.

Authorize the Google Script

Authorize Google Script​

The File Upload Forms is written with Google Apps Script and it uses Google Services - Gmail, Google Drive and Google Sheets - for the form workflow.

You'd therefore have to authorize the Google Script so that it can access these services on your behalf. This has to be completed once.

note

If you are using the legacy (old) edition of the Google Apps Script editor, please click here for step-by-step guide on how to authorize and deploy your File Upload Form.

New Deployment

How to Authorize File Upload Form​

  1. Inside the Google Sheet, go to the Extensions menu and choose Apps Script.

  2. Inside the Google script editor, click the Deploy menu and choose "New Deployment."

  3. You'll get a pop-up window. Use the default settings.

    • Enter a description for your project (optional)
    • Choose me under the Execute as section
    • Choose Anyone under the Who has access to the app section.
    • Click "Deploy" to apply your changes.

Deploy Web App Settings

  1. If you are deploying the web app for the first time, you'll see another window that says "Authorize Access" - click on the button to continue.

  2. Choose your Google account from the list of available Google accounts and then click Allow on the authorization screen that says File Upload Forms wants to access your Google Account.

  3. If you are getting the Google hasn’t verified this app warning message during authorization, click the Advanced button and choose Go to Form Studio.

Unverified Image Warning

  1. Click Allow on the next screen to grant the necessary permissions and authorizations to your File Upload Form script.

Google Script editor will now provide you the web link (URL) of your File Upload Form. Copy it to the clipboard as we'll need it in a later step.