n8n 작업 흐름을 Google Drive에 백업
중급
이것은Other분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 N8n, Set, Code, GoogleDrive, ScheduleTrigger 등의 노드를 사용하며. n8n 작업 흐름을 Google Drive에 백업
사전 요구사항
- •Google Drive API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"nodes": [
{
"name": "'실행' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
320,
170
],
"parameters": {},
"typeVersion": 1,
"id": "--0"
},
{
"name": "Merge",
"type": "n8n-nodes-base.merge",
"position": [
960,
320
],
"parameters": {
"mode": "mergeByIndex"
},
"typeVersion": 1,
"id": "Merge-1"
},
{
"name": "Move Binary Data",
"type": "n8n-nodes-base.moveBinaryData",
"position": [
1260,
320
],
"parameters": {
"mode": "jsonToBinary",
"options": {
"useRawData": false
}
},
"typeVersion": 1,
"id": "Move-Binary-Data-2"
},
{
"name": "Map",
"type": "n8n-nodes-base.function",
"position": [
710,
320
],
"parameters": {
"functionCode": "return items[0].json.data.map(item => {\n return {json: item}\n});"
},
"typeVersion": 1,
"id": "Map-3"
},
{
"name": "Get Workflow",
"type": "n8n-nodes-base.httpRequest",
"notes": "Don't forget to add your credentials for your n8n instance in this Node. Use Basic Auth for this. ",
"position": [
830,
460
],
"parameters": {
"url": "=http://localhost:5678/rest/workflows/{{$node[\"Map\"].data[\"id\"]}}",
"options": {},
"authentication": "basicAuth"
},
"credentials": {
"httpBasicAuth": "n8n Creds"
},
"notesInFlow": false,
"typeVersion": 1,
"id": "Get-Workflow-4"
},
{
"name": "Get Workflow List",
"type": "n8n-nodes-base.httpRequest",
"notes": "Don't forget to add your credentials for your n8n instance in this Node. Use Basic Auth for this. ",
"position": [
520,
320
],
"parameters": {
"url": "http://localhost:5678/rest/workflows",
"options": {},
"authentication": "basicAuth"
},
"credentials": {
"httpBasicAuth": "n8n Creds"
},
"typeVersion": 1,
"id": "Get-Workflow-List-5"
},
{
"name": "FunctionItem",
"type": "n8n-nodes-base.functionItem",
"position": [
1110,
320
],
"parameters": {
"functionCode": "item = item.data;\nreturn item;"
},
"typeVersion": 1,
"id": "FunctionItem-6"
},
{
"name": "Google Drive",
"type": "n8n-nodes-base.googleDrive",
"position": [
1450,
320
],
"parameters": {
"name": "={{$node[\"Merge\"].data[\"name\"]}}.json",
"parents": [
"Delete this text and put id for folder you want to upload into in this field. The folder ID can be found by opening the folder in your browser and copying the portion after https://drive.google.com/drive/u/0/folders/"
],
"binaryData": true,
"resolveData": true
},
"credentials": {
"googleApi": "test"
},
"typeVersion": 1,
"id": "Google-Drive-7"
},
{
"name": "매일 오전 2시 30분 실행",
"type": "n8n-nodes-base.cron",
"position": [
330,
320
],
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 2,
"minute": 30
}
]
}
},
"typeVersion": 1,
"id": "-2-30--8"
}
],
"connections": {
"Map-3": {
"main": [
[
{
"node": "Get-Workflow-4",
"type": "main",
"index": 0
},
{
"node": "Merge-1",
"type": "main",
"index": 0
}
]
]
},
"Merge-1": {
"main": [
[
{
"node": "FunctionItem-6",
"type": "main",
"index": 0
}
]
]
},
"FunctionItem-6": {
"main": [
[
{
"node": "Move-Binary-Data-2",
"type": "main",
"index": 0
}
]
]
},
"Get-Workflow-4": {
"main": [
[
{
"node": "Merge-1",
"type": "main",
"index": 1
}
]
]
},
"Move-Binary-Data-2": {
"main": [
[
{
"node": "Google-Drive-7",
"type": "main",
"index": 0
}
]
]
},
"Get-Workflow-List-5": {
"main": [
[
{
"node": "Map-3",
"type": "main",
"index": 0
}
]
]
},
"-2-30--8": {
"main": [
[
{
"node": "Get-Workflow-List-5",
"type": "main",
"index": 0
}
]
]
},
"--0": {
"main": [
[
{
"node": "Get-Workflow-List-5",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 기타
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
✨😃 자동 워크플로우 백업 Google Drive로
✨😃 자동 워크플로우 백업 구글 드라이브로
N8n
Set
Code
+
N8n
Set
Code
22 노드Joseph LePage
기타
AI 대리인 레스토랑 [템플릿]
🤖 WhatsApp, 인스타그램, 메신저의 AI 레스토랑 도우미
If
N8n
Set
+
If
N8n
Set
239 노드Amanda Benks
기타
워크플로우를 Gitea의 git 저장소에 백업합니다.
Gitea에 백업된 워크플로우를 git 저장소에 백업합니다.
If
N8n
Set
+
If
N8n
Set
20 노드Octoleo
기타
작업 흐름을 git 저장소에 백업
Github의 git 저장소에 작업 흐름 백업
If
N8n
Set
+
If
N8n
Set
17 노드Shashikanth
기타
GitHub(서브 폴더)에 작업 흐름을 백업
Github에 작업 흐름 백업(서브 폴더)
If
N8n
Set
+
If
N8n
Set
25 노드Nazmy
기타
GitHub에 작업 흐름을 백업
Github에 작업 흐름 백업
If
N8n
Set
+
If
N8n
Set
23 노드Solomon
기타
워크플로우 정보
난이도
중급
노드 수6
카테고리1
노드 유형6
저자
phil
@philAccélérateur de Chiffre d'Affaires : Automatisez votre entreprise pour la rendre plus visible sur Google, pour trouver de nouveaux Clients, pour gagner du temps
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유