diff --git a/connectors/src/connectors/google_drive/temporal/spreadsheets.ts b/connectors/src/connectors/google_drive/temporal/spreadsheets.ts index 33cf1af81799..7e01c01c0ef1 100644 --- a/connectors/src/connectors/google_drive/temporal/spreadsheets.ts +++ b/connectors/src/connectors/google_drive/temporal/spreadsheets.ts @@ -20,7 +20,7 @@ import { ConnectorResource } from "@connectors/resources/connector_resource"; import type { GoogleDriveObjectType } from "@connectors/types/google_drive"; const MAXIMUM_NUMBER_OF_GSHEET_ROWS = 10000; -const MAX_FILE_SIZE = 200 * 1024 * 1024; // 200 MB in bytes. +const MAX_FILE_SIZE = 128 * 1024 * 1024; // 200 MB in bytes. type Sheet = sheets_v4.Schema$ValueRange & { id: number;