This workflow follows the Google Drive → HTTP Request 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": "YT Part 02",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "4205f1a4-7a24-4796-bbe9-5574a7d35689",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
0,
0
],
"id": "9e42eeea-1162-4c36-9094-88cd362ea149",
"name": "Webhook"
},
{
"parameters": {
"method": "POST",
"url": "https://queue.fal.run/fal-ai/ffmpeg-api/merge-audio-video",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Key YOUR_FAL_API_KEY"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "video_url",
"value": "={{ $('HTTP Request').item.json.data.task_result.videos[0].url }}"
},
{
"name": "audio_url",
"value": "https://drive.google.com/file/d/11_lDRdX6wZJaUV1BXFC6Ek7gGBrVz01n/view?usp=sharing"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
704,
0
],
"id": "25c25a40-ec51-4c39-a177-6c90db575c8b",
"name": "HTTP Request2"
},
{
"parameters": {
"url": "={{ $json.status_url }}",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Key YOUR_FAL_API_KEY"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
880,
0
],
"id": "ce33789b-e853-4ed6-b489-31757d177d8b",
"name": "HTTP Request3"
},
{
"parameters": {
"operation": "download",
"fileId": {
"__rl": true,
"value": "1qhlForLBDwqpbsKIagtgKcZ2AodpCIHk",
"mode": "list",
"cachedResultName": "audio",
"cachedResultUrl": "https://drive.google.com/file/d/1qhlForLBDwqpbsKIagtgKcZ2AodpCIHk/view?usp=drivesdk"
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
528,
0
],
"id": "1c9d96a0-d0cf-4bb0-9263-f76bee7a75f6",
"name": "Download file",
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"resource": "video",
"operation": "upload",
"title": "first video",
"regionCode": "BD",
"options": {}
},
"type": "n8n-nodes-base.youTube",
"typeVersion": 1,
"position": [
1408,
0
],
"id": "8928c7c2-789e-4151-bbb4-8a60d3871361",
"name": "Upload a video",
"credentials": {
"youTubeOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"url": "={{ $json.video.url }}",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{}
]
},
"options": {
"response": {
"response": {
"responseFormat": "file"
}
}
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
1248,
0
],
"id": "67f4aff9-11fe-4016-99e6-25eeb5f006bd",
"name": "HTTP Request5"
},
{
"parameters": {
"url": "https://api-singapore.klingai.com/v1/videos/image2video/897713422840758329",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Bearer YOUR_KLING_API_KEY"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
176,
0
],
"id": "56e62c31-491a-4be0-a961-6f93edd62435",
"name": "HTTP Request"
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 3
},
"conditions": [
{
"id": "9d4f0e75-ddf0-4975-afe9-7582c9801cf4",
"leftValue": "={{ $json.data.task_status }}",
"rightValue": "succeed",
"operator": {
"type": "string",
"operation": "equals"
}
}
],
"combinator": "and"
},
"options": {}
},
"type": "n8n-nodes-base.if",
"typeVersion": 2.3,
"position": [
352,
0
],
"id": "0cbc7644-5f60-436c-8284-a08341ff2b2e",
"name": "If"
},
{
"parameters": {
"url": "={{ $json.response_url }}",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "Key YOUR_FAL_API_KEY"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "json"
}
}
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
1088,
0
],
"id": "68d8c181-56a4-49af-9649-cb5ce8fb7f3e",
"name": "HTTP Request4"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request2": {
"main": [
[
{
"node": "HTTP Request3",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request3": {
"main": [
[
{
"node": "HTTP Request4",
"type": "main",
"index": 0
}
]
]
},
"Download file": {
"main": [
[
{
"node": "HTTP Request2",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request5": {
"main": [
[
{
"node": "Upload a video",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
]
},
"If": {
"main": [
[
{
"node": "Download file",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request4": {
"main": [
[
{
"node": "HTTP Request5",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false
},
"versionId": "a7a56b4c-149c-4997-b047-4dabe6fc0584",
"meta": {
"templateCredsSetupCompleted": true
},
"nodeGroups": [],
"id": "khgfGPMui7G83YZX",
"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.
googleDriveOAuth2ApiyouTubeOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
YT Part 02. Uses httpRequest, googleDrive, youTube. Webhook trigger; 9 nodes.
Source: https://github.com/imkausarbd/YouTube-Automation-Agent/blob/main/YT_Part_02.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.
Faceless YouTube Generator. Uses httpRequest, limit, googleDrive, googleSheets. Webhook trigger; 49 nodes.
This automated n8n workflow converts any technical documentation or blog post URL into a professional, step-by-step developer tutorial video complete with AI-generated narration, code syntax highlight
AI Phone Agent with RetellAI. Uses telegram, googleCalendar, httpRequest, googleDrive. Webhook trigger; 36 nodes.
Build a Chatbot, Voice Agent and Phone Agent with Voiceflow, Google Calendar and RAG. Uses googleCalendar, httpRequest, googleDrive. Webhook trigger; 34 nodes.
Sistema Automação Jurídica - Workflow Principal. Uses googleDrive, httpRequest, googleDocs, googleSheets. Webhook trigger; 11 nodes.