通过 Google 脚本将视频上传到 Drive
初级
这是一个Building Blocks, IT Ops领域的自动化工作流,包含 3 个节点。主要使用 GoogleDrive, HttpRequest, ManualTrigger 等节点。 通过 Apps Script 从 URL 上传并重命名视频到 Google Drive
前置要求
- •Google Drive API 凭证
- •可能需要目标 API 的认证凭证
使用的节点 (3)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "wGv0NPBA0QLp4rQ6",
"meta": {
"instanceId": "b3c467df4053d13fe31cc98f3c66fa1d16300ba750506bfd019a0913cec71ea3"
},
"name": "通过 Google 脚本将视频上传到 Drive",
"tags": [],
"nodes": [
{
"id": "b89e494d-f85d-4ad5-b0ba-5699f59a58d5",
"name": "当点击\"测试工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-300,
-40
],
"parameters": {},
"typeVersion": 1
},
{
"id": "061597f1-d57d-4733-bc9f-3a3070bd5e95",
"name": "重命名上传的视频",
"type": "n8n-nodes-base.googleDrive",
"position": [
180,
-40
],
"parameters": {
"fileId": {
"__rl": true,
"mode": "url",
"value": "={{ $json.driveUrl }}"
},
"options": {},
"operation": "update",
"newUpdatedFileName": "Music Video 1"
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "l8Cc2MEVE7foBfbK",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "7e8ff194-fdb7-43e4-afde-bba466ac9dd3",
"name": "发送URL到GDrive脚本并上传",
"type": "n8n-nodes-base.httpRequest",
"position": [
-60,
-40
],
"parameters": {
"url": "\"your_google_script_web_app_url\"",
"method": "POST",
"options": {},
"jsonBody": "{\n \"videoUrl\": \"https://example.com/path/to/your.mp4\",\n \"secret\": \"your-strong-secret-here\"\n}",
"sendBody": true,
"specifyBody": "json"
},
"typeVersion": 4.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b554bac3-27d2-498a-9e5a-b98cde9ea593",
"connections": {
"When clicking ‘Test workflow’": {
"main": [
[
{
"node": "Send URL to GDrive Script and Upload",
"type": "main",
"index": 0
}
]
]
},
"Send URL to GDrive Script and Upload": {
"main": [
[
{
"node": "Rename Uploaded Video",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 构建模块, IT 运维
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
生成发票
生成发票,保存到云端硬盘并使用JS+谷歌表格发送邮件给客户
If
Set
Code
+6
12 节点Joseph
财务
YouTube短视频生成器
使用Flux、Runway、Eleven Labs和Creatomate生成AI YouTube短视频
Set
Code
Wait
+11
32 节点Joseph
人工智能
Page2Image:将 PDF 转换为 PNG 工作流(支持多页)
使用PDF.co API将PDF转换为PNG(支持多页)
Set
Html
Limit
+8
25 节点Ludwig
构建模块
Google Drive向量数据库加载器
📥 将Google Drive文档转换为向量嵌入
Switch
Google Drive
Manual Trigger
+8
15 节点Alex Kim
构建模块
AI智能助手:与Supabase存储和Google Drive文件对话
AI智能助手:与Supabase存储和Google Drive文件对话
If
Set
Wait
+20
62 节点Mark Shcherbakov
工程
产品营销AI广告照片自动生成
产品营销AI广告照片自动生成
Merge
Google Drive
Http Request
+7
18 节点Julian Ivanov
人工智能
工作流信息
难度等级
初级
节点数量3
分类2
节点类型3
作者
Joseph
@mjombaAutomation expert specializing in building smart, scalable workflows using tools like n8n, Make, and Airtable. I help businesses save time, reduce manual work, and grow faster with tailored automation solutions. Feel free to reach out at joseph@uppfy.com to discuss your project.
外部链接
在 n8n.io 查看 →
分享此工作流