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": "ContextIQ Google Drive Sync",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"interval": 5
}
]
}
},
"id": "1",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"command": "python scripts/sync_drive.py"
},
"id": "2",
"name": "Run Drive Sync",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
450,
300
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Run Drive Sync",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ContextIQ Google Drive Sync. Uses executeCommand. Scheduled trigger; 2 nodes.
Source: https://github.com/omkar-padhy/ContextIQ/blob/7d97b33185883ac44e02fb7d99a1ed7eea7142f9/workflows/n8n_drive.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.
Complete backup solution that saves both workflows and credentials to local/server disk with optional FTP upload for off-site redundancy.
Calendar to Obsidian. Uses readWriteFile, googleCalendar, executeCommand, googleDrive. Scheduled trigger; 14 nodes.
💰 Money Machine - Full Cycle. Uses executeCommand. Scheduled trigger; 13 nodes.
SentinelAI — Brand Mention Ingestion Pipeline. Uses executeCommand. Scheduled trigger; 12 nodes.