Google Drive

integration_google_drive · action · SaaS Integrations · Available · v1.0.0

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.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
action
Azione
enum
uploaddownloadlistcreate_foldershare
yes
integrationLabel
Etichetta integrazione
stringyesAccount Drive connesso via OAuth.
fileName
Nome file
stringnoSolo per upload/create_folder.
mimeType
MIME type
stringno
application/pdf
content
Contenuto (base64)
string (multiline)noSolo per upload. Max 5MB.
fileId
File ID
stringnoPer download/share/delete.
folderId
Parent folder ID
stringnoCartella di destinazione (vuoto = root).
query
Drive query
stringno
name contains "fattura" and mimeType = "application/pdf"
Drive REST query syntax. Solo per list.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • fileId
  • webViewLink
  • content
  • files

💡 Configuration example

JSON 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>"
  }
}

🔒 Security notes

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.

🔗 Related nodes in the same category

Ready to use Google Drive?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes