Google Workspace Editor Add-on for Google Sheets that uses AI to create AI summaries in bulk for a listing of Google Docs and Slides files.
- Google Cloud Project (aka Standard Cloud Project for Apps Script) with billing enabled
- Create a Cloud Project
- Enable the Vertex AI API
- Create a Service Account and grant the role Service Account Token Creator Role
- Create a private key with type JSON. This will download the JSON file for use in the next section.
- Open an Apps Script Project bound to a Google Sheets Spreadsheet.
- Rename the script to
Autosummarize AI
. - From Project Settings, change project to GCP project number of Cloud Project from step 1
- Add a Script Property. Enter
model_id
as the property name andgemini-pro-vision
as the value. - Add a Script Property. Enter
project_location
as the property name andus-central1
as the value. - Add a Script Property. Enter
service_account_key
as the property name and paste the JSON key from the service account as the value.
- Rename the script to
- Add
OAuth2 v43
Apps Script Library using the ID1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF
. - Enable the
Drive v3
advanced service. - Add the project code to Apps Script
- Insert one or more links to any Google Doc or Slides files in a column.
- Select one or more of the links in the sheet.
- From the
Sheets
menu, selectExtensions > AutoSummarize AI > Open AutoSummarize AI
- Click Get summaries button.