Description
Upload, download, list file con OAuth Google. Scope drive.file (solo file creati dall'app — privacy-friendly). Crea cartelle, condividi file, multipart upload fino a 5MB. Resumable upload per file più grandi in arrivo.
integration_google_drive · action · SaaS Integrations · Available · v1.0.0
Upload, download, list file con OAuth Google. Scope drive.file (solo file creati dall'app — privacy-friendly). Crea cartelle, condividi file, multipart upload fino a 5MB. Resumable upload per file più grandi in arrivo.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
actionAzione | enumuploaddownloadlistcreate_foldershare | yes | — | — |
integrationLabelEtichetta integrazione | string | yes | — | Account Drive connesso via OAuth. |
fileNameNome file | string | no | — | Solo per upload/create_folder. |
mimeTypeMIME type | string | no | — application/pdf | — |
contentContenuto (base64) | string (multiline) | no | — | Solo per upload. Max 5MB. |
fileIdFile ID | string | no | — | Per download/share/delete. |
folderIdParent folder ID | string | no | — | Cartella di destinazione (vuoto = root). |
queryDrive query | string | no | — name contains "fattura" and mimeType = "application/pdf" | Drive REST query syntax. Solo per list. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
fileIdwebViewLinkcontentfilesJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-integration_google_drive-1",
"defId": "integration_google_drive",
"label": "Google Drive",
"config": {
"action": "upload",
"integrationLabel": "<integrationLabel>"
}
}Standard Google OAuth 2.0. Per-tenant AES-256-GCM encrypted refresh tokens (HKDF derivation from master key). Minimum scopes required. Revocable anytime from Google Account → Security.
Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes