Skip to main content

Authorize Google Script (Legacy Apps Script Editor)

If you are using the old version of Apps Script editor, please follow these step to authorize the form script.

  1. Inside the Google Sheet, go to the Tools menu and choose Script Editor.

Deploy Web App

warning

Do not click Enable if you see a prompt asking you to enable the new Chrome V8 runtime for your project. The Forms library is not compatible with V8.

  1. Inside the Google script editor, go to the Publish Menu and choose Deploy as Web App

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

    • Choose New for Project version and give it any description
    • Choose me under the Execute the App as section
    • Choose anyone, even anonymous under the Who has access to the app section.
    • Click "Update" to apply your changes.

Web App Settings

  1. You'll see another prompt saying "Authorization Required" - click on the "Review permissions" 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.

Copy the Form URL​

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.

File Upload Form URL