This workflow follows the Google Drive → Google Drive Trigger recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Drive-a-Supabase",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"triggerOn": "specificFolder",
"folderToWatch": {
"__rl": true,
"value": "1D3g__PQDKqZyod6Sruk0Kj9AEbQaI3F-",
"mode": "list",
"cachedResultName": "quezadaviva-conocimiento",
"cachedResultUrl": "https://drive.google.com/drive/folders/1D3g__PQDKqZyod6Sruk0Kj9AEbQaI3F-"
},
"event": "fileCreated",
"options": {
"fileType": "all"
}
},
"type": "n8n-nodes-base.googleDriveTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "a88c0e8a-b3d4-4153-9a92-8031d3a9a057",
"name": "Google Drive Trigger",
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"command": "node \"C:\\Users\\cardo\\OneDrive\\Desktop\\Desarrollo web V2\\quezadaviva\\src\\embed-script.mjs\" \"{{ $trigger.json.name }}\" \"{{ $node[\"Google Drive\"].binary.data.toString() }}\""
},
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
416,
0
],
"id": "0184034f-5f8c-4605-b9bd-9981235b9704",
"name": "Execute Command"
},
{
"parameters": {
"operation": "download",
"fileId": {
"__rl": true,
"value": "1bDxoxy4ogADpF9R_Dv503MCqsZGVWHRG",
"mode": "list",
"cachedResultName": "historia.md",
"cachedResultUrl": "https://drive.google.com/file/d/1bDxoxy4ogADpF9R_Dv503MCqsZGVWHRG/view?usp=drivesdk"
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
208,
0
],
"id": "536217a3-4003-44fe-9ccd-dabd0ace62d6",
"name": "Download file",
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Google Drive Trigger": {
"main": [
[
{
"node": "Download file",
"type": "main",
"index": 0
}
]
]
},
"Download file": {
"main": [
[
{
"node": "Execute Command",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "1af6f86a-52aa-4ba6-a5c4-c279dd541491",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "vORYhA5X5MtNyq3M",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleDriveOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Drive-a-Supabase. Uses googleDriveTrigger, executeCommand, googleDrive. Event-driven trigger; 3 nodes.
Source: https://github.com/Imanol-Gutierrez/quezadaviva/blob/c6f5e4460b2d96d712dac2d34a087f4cff51c468/n8n-workflows/Drive-a-Supabase.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
03-recording-ingest. Uses googleDriveTrigger, googleDrive, httpRequest, supabase. Event-driven trigger; 16 nodes.
Sync New Files From Google Drive with Airtable. Uses googleDrive, airtable, googleDriveTrigger, stickyNote. Event-driven trigger; 8 nodes.
Sync New Files From Google Drive with Airtable. Uses googleDrive, airtable, googleDriveTrigger, stickyNote. Event-driven trigger; 8 nodes.
This workflow automatically fetches newly uploaded files from a specific folder in Google Drive, shares them via email with specified recipients, and logs the file details (name, ID, created time, mod
Bank CSV Import to Supabase. Uses googleDriveTrigger, spreadsheetFile, supabase. Event-driven trigger; 4 nodes.