Skip to content

Instantly share code, notes, and snippets.

Upload files to Google Drive using Google Apps Script Web Apps and save records in Google Sheets.
@tanaikech
tanaikech / submit.md
Last active October 29, 2023 01:46
Uploading Multiple Files From Local To Google Drive using Google Apps Script

Uploading Multiple Files From Local To Google Drive using Google Apps Script

This is a sample script for uploading multiple files from local PC to Google Drive using Google Apps Script. The dialog, sidebar and Web Apps can be used as the GUI interface.

Sample 1

In this sample, the following flow is run.

  1. Select files at browser.
  2. Upload the files every file.
  3. Save each file in Google Drive.