定时 Google Sheets 数据备份到 Google Drive
中级
这是一个File Management领域的自动化工作流,包含 6 个节点。主要使用 Cron, GoogleDrive, GoogleSheets 等节点。 定时 Google Sheets 数据备份到 Google Drive
前置要求
- •Google Drive API 凭证
- •Google Sheets API 凭证
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "c92f4d85-fd92-48ff-afc3-159b54ef8d54",
"name": "每日备份计划(凌晨2点)",
"type": "n8n-nodes-base.cron",
"position": [
-80,
16
],
"parameters": {},
"typeVersion": 1
},
{
"id": "fda053c6-5faa-4a13-b49d-6eca379f8a14",
"name": "读取Google Sheets数据",
"type": "n8n-nodes-base.googleSheets",
"position": [
352,
16
],
"parameters": {
"operation": "getAll",
"documentId": {
"__rl": true,
"mode": "id",
"value": "YOUR_SOURCE_GOOGLE_SHEET_ID"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "jbsHmT1qCK9d35Ou",
"name": "Google Sheets account 6"
}
},
"typeVersion": 4.6
},
{
"id": "65ac2d1d-d51a-4193-b31b-fd62008af926",
"name": "上传备份到Google Drive",
"type": "n8n-nodes-base.googleDrive",
"position": [
576,
16
],
"parameters": {
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "id",
"value": "YOUR_DESTINATION_GOOGLE_DRIVE_FOLDER_ID"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "IPz4dCJVFC8uaoHw",
"name": "Google Drive account 2"
}
},
"typeVersion": 3
},
{
"id": "23e8110e-a5ae-4265-aec2-24fed16b6f05",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
736,
-384
],
"parameters": {
"height": 720,
"content": "## 设置步骤"
},
"typeVersion": 1
},
{
"id": "c7ab73c2-82e3-4325-a2f6-6be147c3f2f6",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-336,
-336
],
"parameters": {
"height": 688,
"content": "## 配置节点"
},
"typeVersion": 1
},
{
"id": "ef4e8c84-1992-49a1-977f-3cb557e784b6",
"name": "便签 2",
"type": "n8n-nodes-base.stickyNote",
"position": [
80,
-240
],
"parameters": {
"height": 416,
"content": "## 定时将Google Sheets数据备份到Google Drive"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Read Google Sheet Data": {
"main": [
[
{
"node": "Upload Backup to Google Drive",
"type": "main",
"index": 0
}
]
]
},
"Daily Backup Schedule (2 AM)": {
"main": [
[
{
"node": "Read Google Sheet Data",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 文件管理
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
自动保存Zoom录制到Google云端硬盘并在Airtable记录会议
自动保存Zoom录制到Google云端硬盘并在Airtable记录会议
Code
Webhook
Airtable
+3
7 节点David Olusola
文件管理
自动保存 Gmail 附件到 Google Drive
自动保存 Gmail 附件到 Google Drive
If
Google Drive
Gmail Trigger
+1
6 节点David Olusola
文件管理
AI驱动的客户支持:邮件、知识库与人工升级自动化
AI邮件支持系统:集成Gmail、Gemini、GPT-4、Slack和Google Sheets的工作流程
Set
Gmail
Slack
+13
26 节点David Olusola
工单管理
图像生成器
通过Google云端硬盘和表格实现AI图像生成与Telegram交付的自动化流程
Telegram
Google Drive
Http Request
+6
11 节点David Olusola
设计
AI简历筛选:Gmail、GPT-4o和Google表格 - 自动化招聘流程
AI简历筛选:Gmail、GPT-4o和Google表格 - 自动化招聘流程
Set
Switch
Google Drive
+9
23 节点David Olusola
内容创作
使用Google套件、PDF和邮件自动化商业保险提交
通过Google套件、PDF和邮件自动化商业保险提交流程
If
Set
Code
+10
37 节点David Olusola
文档提取
工作流信息
难度等级
中级
节点数量6
分类1
节点类型4
作者
David Olusola
@dae221I help ambitious businesses eliminate operational bottlenecks and scale faster with AI automation. My clients typically see 40-60% efficiency gains within 90 days. Currently accepting 3 new projects this quarter - david@daexai.com
外部链接
在 n8n.io 查看 →
分享此工作流