{
  "name": "Restore n8n workflows from Google Drive backups",
  "nodes": [
    {
      "id": "4499bb17-7055-47c6-a344-c30d27232c4e",
      "name": "Google Drive Get All Workflows",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        300,
        0
      ]
    },
    {
      "id": "933b1caa-4551-4620-8b90-0453d221c67b",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        -80
      ],
      "parameters": {
        "width": 307,
        "height": 271,
        "content": "## Settings"
      }
    },
    {
      "id": "2555a429-908c-4173-9cd2-13d0fb5ecc21",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        620,
        -80
      ],
      "parameters": {
        "width": 1127,
        "height": 311,
        "content": "## Import All Workflows To N8n"
      }
    },
    {
      "id": "e4b2c217-01ae-498f-b85c-531b80c2b929",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        720,
        0
      ]
    },
    {
      "id": "f444655c-94b0-41eb-9710-962269ef5462",
      "name": "Extract from File",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        1140,
        20
      ]
    },
    {
      "id": "3a3e83d8-a490-4fef-bd1c-6974b03af355",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1540,
        20
      ]
    },
    {
      "id": "9fd08d3c-a0bd-498a-b8b4-7f7f73c6d517",
      "name": "Google Drive Download Workflow",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        940,
        20
      ]
    },
    {
      "id": "0c1e644a-736a-4fcb-9756-cde959264f72",
      "name": "n8n Create Workflow",
      "type": "n8n-nodes-base.n8n",
      "position": [
        1340,
        20
      ]
    },
    {
      "id": "d91b1c60-db35-40cd-9923-f4264fe6fca4",
      "name": "Clicking Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "7588d560-33b6-41b1-a76c-eaae74091d6d",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -900,
        -220
      ],
      "parameters": {
        "width": 660,
        "height": 2280,
        "content": "## Restore All n8n Workflows from Google Drive Backups\n\nRestoring multiple n8n workflows manually, especially when **migrating your n8n instance to another host or server, can be an incredibly dauntin"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Google Drive Download Workflow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clicking Trigger": {
      "main": [
        [
          {
            "node": "Google Drive Get All Workflows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "n8n Create Workflow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "n8n Create Workflow": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Download Workflow": {
      "main": [
        [
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Get All Workflows": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}