AutomationFlowsWeb Scraping › Organize and Back Up N8n Workflows to Google Drive Folders

Organize and Back Up N8n Workflows to Google Drive Folders

ByZiana Mitchell @zmglobalit on n8n.io

This automation organizes your n8n workflows files into categorizes (Active, Template, Done, Archived) and uploads them directly to a categorized Google Drive folders. It is designed to help users manage large instances by creating organized, human-readable backups.

Event trigger★★★★★ complexity56 nodesGoogle DriveHTTP RequestTime Saved
Web Scraping Trigger: Event Nodes: 56 Complexity: ★★★★★ Added:
Organize and Back Up N8n Workflows to Google Drive Folders — n8n workflow card showing Google Drive, HTTP Request, Time Saved integration

This workflow corresponds to n8n.io template #15037 — we link there as the canonical source.

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 →

Download .json
{
  "id": "FLGZhKWuNaCLbhGU",
  "name": "Workflow Organizer Google Drive - Template",
  "tags": [
    {
      "id": "u2Zf7F4Fj1uPzjeQ",
      "name": "ZMGIT",
      "createdAt": "2026-03-14T13:30:15.728Z",
      "updatedAt": "2026-03-14T13:30:15.728Z"
    },
    {
      "id": "9QxRRHaFYSiXJ25j",
      "name": "Standard-Template",
      "createdAt": "2026-04-13T23:37:37.093Z",
      "updatedAt": "2026-04-13T23:37:37.093Z"
    },
    {
      "id": "D4UFmj5kzSpGdH5U",
      "name": "v1",
      "createdAt": "2026-04-14T05:55:31.970Z",
      "updatedAt": "2026-04-14T05:55:31.970Z"
    }
  ],
  "nodes": [
    {
      "id": "a14503f3-c2d5-4973-aac5-2ad39583ab5c",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        3152,
        896
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "body.data"
      },
      "typeVersion": 1
    },
    {
      "id": "e9b2da2a-e641-4fa1-b073-9065a09a51c0",
      "name": "isActive",
      "type": "n8n-nodes-base.if",
      "position": [
        3376,
        896
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 3,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "loose"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "aadbc056-6f35-4376-8ebc-f651381cb24f",
              "operator": {
                "type": "boolean",
                "operation": "true",
                "singleValue": true
              },
              "leftValue": "={{ $json.active }}",
              "rightValue": "true"
            }
          ]
        },
        "looseTypeValidation": true
      },
      "typeVersion": 2.3
    },
    {
      "id": "1396028b-ec93-4e5f-ac45-5cfafa8d9924",
      "name": "isTemplate",
      "type": "n8n-nodes-base.if",
      "position": [
        3824,
        896
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 3,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "loose"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "c7ac4334-cf09-4279-a3a8-a2eb4a932df4",
              "operator": {
                "type": "string",
                "operation": "contains"
              },
              "leftValue": "={{ $json.tags }}",
              "rightValue": "Template"
            }
          ]
        },
        "looseTypeValidation": true
      },
      "typeVersion": 2.3
    },
    {
      "id": "53ee10d0-7f41-48c6-b922-0b7c16dda894",
      "name": "sortActive",
      "type": "n8n-nodes-base.sort",
      "position": [
        3600,
        480
      ],
      "parameters": {
        "options": {},
        "sortFieldsUi": {
          "sortField": [
            {
              "fieldName": "name"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "5b7f448b-2355-4579-946f-c0d83dbacd2e",
      "name": "sortTemplates",
      "type": "n8n-nodes-base.sort",
      "position": [
        4096,
        720
      ],
      "parameters": {
        "options": {},
        "sortFieldsUi": {
          "sortField": [
            {
              "fieldName": "name"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "145a8320-847a-49bc-86aa-3017ada15a93",
      "name": "isNotArchived",
      "type": "n8n-nodes-base.if",
      "position": [
        3600,
        992
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 3,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "7844b4c6-bc02-4cba-8bdd-545ba4581920",
              "operator": {
                "type": "boolean",
                "operation": "false",
                "singleValue": true
              },
              "leftValue": "={{ $json.isArchived }}",
              "rightValue": ""
            }
          ]
        }
      },
      "typeVersion": 2.3
    },
    {
      "id": "3027972c-6070-4ab6-9113-a1465e1367c9",
      "name": "active",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        3824,
        480
      ],
      "parameters": {
        "mode": "each",
        "options": {
          "fileName": "={{$json.name}}-backup_{{ $now.toISO().split('T')[0] }}.json"
        },
        "operation": "toJson",
        "binaryPropertyName": "files"
      },
      "typeVersion": 1.1
    },
    {
      "id": "9aa1d6cc-5bfd-491a-ba67-6433e219a92f",
      "name": "template",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        4272,
        704
      ],
      "parameters": {
        "mode": "each",
        "options": {
          "fileName": "={{$json.name}}-backup_{{ $today.toISO().split('T')[0] }}.json"
        },
        "operation": "toJson",
        "binaryPropertyName": "files"
      },
      "typeVersion": 1.1
    },
    {
      "id": "983620e0-c2c3-46e5-a0d9-398c9858a1a0",
      "name": "work-in-progress",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        4448,
        1232
      ],
      "parameters": {
        "mode": "each",
        "options": {
          "fileName": "={{$json.name}}-backup_{{ $today.toISO().split('T')[0] }}.json"
        },
        "operation": "toJson",
        "binaryPropertyName": "files"
      },
      "typeVersion": 1.1
    },
    {
      "id": "dbd3051d-ca68-408c-b761-47dc5615799e",
      "name": "Create folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        2704,
        896
      ],
      "parameters": {
        "name": "=portfolio_{{ $now.toISO().split('T')[0] }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {
          "folderColorRgb": "#38D0A3"
        },
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Configuration').item.json.googleFolderId }}"
        },
        "resource": "folder"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "d7548076-cd55-4334-a4d3-94d2b142f830",
      "name": "uploadTemplates",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4784,
        720
      ],
      "parameters": {
        "name": "={{$binary.files.fileName}}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('createTemplate').item.json.id }}"
        },
        "inputDataFieldName": "files"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "bc947be1-a45d-4085-8aff-15d470456a66",
      "name": "uploadActive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4320,
        480
      ],
      "parameters": {
        "name": "={{$binary.files.fileName}}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('createActive').item.json.id }}"
        },
        "inputDataFieldName": "files"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "2e30c5d0-f38e-4a84-b177-d55a93e11f88",
      "name": "uploadInProgress",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4944,
        1248
      ],
      "parameters": {
        "name": "={{$binary.files.fileName}}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('createWIP').item.json.id }}"
        },
        "inputDataFieldName": "files"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "8af0496e-75c7-4fcc-bf69-fd0a38c6f581",
      "name": "archived",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        4000,
        1504
      ],
      "parameters": {
        "mode": "each",
        "options": {
          "fileName": "={{$json.name}}-backup_{{ $today.toISO().split('T')[0] }}.json"
        },
        "operation": "toJson",
        "binaryPropertyName": "files"
      },
      "typeVersion": 1.1
    },
    {
      "id": "3fdf58ff-f11d-4cdf-9323-aedc03a9c4da",
      "name": "uploadArchived",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4560,
        1504
      ],
      "parameters": {
        "name": "={{$binary.files.fileName}}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('createArchived').item.json.id }}"
        },
        "inputDataFieldName": "files"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "b977446c-9596-47c0-9e0b-3150bbfef4a4",
      "name": "isDone",
      "type": "n8n-nodes-base.if",
      "position": [
        4048,
        992
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 3,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "loose"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "849f04cd-c5d5-4f17-b2ce-13f66da6f74a",
              "operator": {
                "type": "string",
                "operation": "contains"
              },
              "leftValue": "={{ $('isTemplate').item.json.tags }}",
              "rightValue": "Done"
            }
          ]
        },
        "looseTypeValidation": true
      },
      "typeVersion": 2.3
    },
    {
      "id": "b9e7cfdf-8d77-4161-a58f-6abb593a6d5b",
      "name": "sortDone",
      "type": "n8n-nodes-base.sort",
      "position": [
        4272,
        976
      ],
      "parameters": {
        "options": {},
        "sortFieldsUi": {
          "sortField": [
            {
              "fieldName": "name"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "59dc81cf-cfdb-4279-be4f-babd4b58ae87",
      "name": "done",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        4448,
        976
      ],
      "parameters": {
        "mode": "each",
        "options": {
          "fileName": "={{$json.name}}-backup_{{ $today.toISO().split('T')[0] }}.json"
        },
        "operation": "toJson",
        "binaryPropertyName": "files"
      },
      "typeVersion": 1.1
    },
    {
      "id": "55bd9541-1456-46a8-8a06-472315bc463e",
      "name": "uploadDone",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4992,
        976
      ],
      "parameters": {
        "name": "={{$binary.files.fileName}}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('createDone').item.json.id }}"
        },
        "inputDataFieldName": "files"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 3
    },
    {
      "id": "0bbc1501-bc75-42da-9d1d-2be57951682b",
      "name": "sortArchived",
      "type": "n8n-nodes-base.sort",
      "position": [
        3824,
        1504
      ],
      "parameters": {
        "options": {},
        "sortFieldsUi": {
          "sortField": [
            {
              "fieldName": "name"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "8678ebbc-d2d5-44f1-9373-aae774ff5615",
      "name": "sortInProgress",
      "type": "n8n-nodes-base.sort",
      "position": [
        4256,
        1232
      ],
      "parameters": {
        "options": {},
        "sortFieldsUi": {
          "sortField": [
            {
              "fieldName": "name"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "id": "dc3175e5-7e80-46af-84c1-9feb32ee8b03",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 1040,
        "height": 2128,
        "content": "## WORKFLOW INTRODUCTION\nThis automation organizes your n8n workflows files into categorizes (Active, Template, Done, Archived) and uploads them directly to a categorized Google Drive folders. It is designed to help users manage large instances by creating organized, human-readable backups.\n\n## HOW IT WORKS\n* **API Connection:** Connects to your n8n instance using the internal API.\n* **Categorization:** Groups workflows by status and tags.\n* **WIP Logic:** Any workflow without a specific status or tag is automatically routed to a work-in-progress folder.\n* **Cloud & Self-Hosted Ready:** Works for both n8n Cloud and self-hosted instances.\n\n## WORKFLOW PROCESS OVERVIEW\nFetch -> Filter -> Convert -> Start Loop -> Create Category Folder -> Upload -> Wait 5 seconds -> Return to loop for next upload batch\nSee below for a full breakdown.\n\n\n------------------------------\n\n## USAGE GUIDE & SETUP\n1. This workflow is dependent on the n8n internal statuses of Active and Archived, and the custom tags \"Template\" and \"Done\". \n2. Anything that is not Active, Archived, or labeled Template or Done, is considered a work-in-progress by default.\n3. To make this workflow work for you please tag your templates as Template, and your completed projects as Done.\n3a. Finished templates should not be labelled done, as per best practice they have placeholder text and no real data is processed by them\n\n## PRE-REQS\nA pre-designated Google Drive parent folder (and its ID) for housing the folders and files created by this workflow\n\n## REQUIRED CREDENTIALS\n1. Google Drive account\n2. N8N account > N8N API Key\n\n## THE CONFIGURATION NODE\n1. Input the ID of your pre-designated Google Drive parent folder\n2. Input the base URL of your N8N instance (e.g. https://subdomain.app.n8n.cloud, https://n8n.domain.com, http://localhost:5678)\n2a. Do **NOT** include anything after the \".cloud\", \".com\", or the \":5678\"\n\n## API KEY INSTRUCTIONS\nHow to get: Settings -> API -> Create API Key -> Name it -> Copy it \n_**Note: Copy the API key and save it somewhere secure. You won't be able to see it again!!**_\n\nHow to use (Two Methods): **Note: The node is set up for Method 2 by default**\n**Method 1 (Quick Start-Direct Insertion)**. In the Workflows node: \n  - Authentication: None \n  - Send Headers: on\n  - Name: X-N8N-API-KEY\n  - Value: [YOUR N8N API KEY]\n-**Note:** Queries and Body are not needed for this method._\n\n\n**Method 2 (Best Practice-N8N Credential)**. In the Workflows node:\n  - Authentication: Generic Credential Type \n  - Generic Auth Type: Header Auth\n  - Header Auth: Select \"Create new credential\" (**NOTE:** If you already have a Header Auth for your N8N API key select it here)\n  2a. In the credential creation area: \n    - Name: X-N8N-API-KEY \n    - Value: [YOUR N8N API KEY]\n_**Note:** Queries, Headers, and Body are not needed for this method._\n\n------------------------------\n\n## WORKFLOW PROCESS BREAKDOWN (after configuration)\n1. Creates a Google Drive folder to house the resulting files\n2. Grabs your workflows from the public API\n3. Splits out the workflows into individual items for easier processing\n4. Filters out the Active workflows (True: a-f; False: Go to 5)\n4a. Sorts the active workflows by name\n4b. Converts the active workflows into individual JSON files\n4c. Loops through the JSON files, uploading them in batches of 5\n4d, Creates the active-backups folder once\n4e. Uploads the JSON files to the folder created in Step 4d.\n4f. Wait 5 seconds to avoid errors caused by the Google spam upload detector\n5. Filters out the Not Archived workflows (True: Go to 6; False: a-f)\n5a. Sorts the archived workflows by name\n5b. Converts the archived workflows into individual JSON files\n5c. Loop through the JSON files, uploading them in batches of 5\n5d, Create the archived-backups folder once\n5e. Uploads the JSON files to the folder created in Step 5d.\n5f. Wait 5 seconds to avoid errors caused by the Google spam upload detector\n6. Filters out the workflows tagged \"Template\" (True: a-f; False: Go to 7)\n6a. Sorts the template workflows by name\n6b. Converts the template workflows into individual JSON files\n6c. Loop through the JSON files, uploading them in batches of 5\n6d, Create the template-backups folder once\n6e. Uploads the JSON files to the folder created in Step 6d.\n6f. Wait 5 seconds to avoid errors caused by the Google spam upload detector\n7. Filters out the workflows tagged \"Done\" (True: a-f; False: g-l)\n7a. Sorts the done workflows by name\n7b. Converts the done workflows into individual JSON files\n7c. Loops through the JSON files, uploading them in batches of 5\n7d, Creates the done-backups folder once\n7e. Uploads the JSON files to the folder created in Step 7d.\n7f. Wait 5 seconds to avoid errors caused by the Google spam upload detector\n7g. Sorts the work-in-progress workflows by name\n7h. Converts the work-in-progress workflows into individual JSON files\n7i. Loops through the JSON files, uploading them in batches of 5\n7j. Creates the wip-backups folder once\n7k. Uploads the JSON files to the folder created in Step 7j.\n7l. Wait 5 seconds to avoid errors caused by the Google spam upload detector"
      },
      "typeVersion": 1
    },
    {
      "id": "b064800f-ed1e-4ffb-812e-59e2dc439f1a",
      "name": "Configuration",
      "type": "n8n-nodes-base.set",
      "position": [
        2400,
        912
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "8b8fee60-0ac9-488f-949c-186586cd61db",
              "name": "googleFolderId",
              "type": "string",
              "value": "1i5bJY9o8AMlkPQlE42wcEA1SJlT0EYbt"
            },
            {
              "id": "e9e9bc43-6a5f-4d17-9e26-f7e800e39661",
              "name": "n8nUrl",
              "type": "string",
              "value": "https://n8n-api.zmglobalit.com"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "a8b670f3-1762-48eb-9fcc-5260a4a748c9",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2352,
        1072
      ],
      "parameters": {
        "color": 2,
        "content": "## Edit googleFolderId and n8nUrl"
      },
      "typeVersion": 1
    },
    {
      "id": "39a41576-d95f-40f9-a9ec-f97cd0967c00",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2352,
        768
      ],
      "parameters": {
        "color": 4,
        "height": 288,
        "content": "## Configuration \n This node sets the Google Drive folder ID and the N8N base URL for the Create Folder and Workflows nodes."
      },
      "typeVersion": 1
    },
    {
      "id": "6e6c92f9-3660-448c-9c3a-8365a881b6c9",
      "name": "Sticky Note10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2048,
        752
      ],
      "parameters": {
        "color": 7,
        "height": 480,
        "content": "## Global Actions \n Start the workflows via Schedule or onCommand"
      },
      "typeVersion": 1
    },
    {
      "id": "ce1319c9-9d04-4532-abd7-874709500c9e",
      "name": "onCommand",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        2112,
        1056
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7df43ac5-eeff-4efc-b658-9e0652103e4f",
      "name": "Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        2112,
        896
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "weeks",
              "triggerAtDay": [
                5
              ],
              "triggerAtHour": 14
            }
          ]
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "fcea513f-adbd-45f2-82da-ae7720f51f25",
      "name": "Workflows",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2928,
        896
      ],
      "parameters": {
        "url": "={{$('Configuration').item.json.n8nUrl}}/api/v1/workflows",
        "options": {
          "response": {
            "response": {
              "fullResponse": true
            }
          }
        },
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 4.4
    },
    {
      "id": "c3a724f8-1833-4909-94a5-94fd66dfcb49",
      "name": "Sticky Note11",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3600,
        368
      ],
      "parameters": {
        "color": 7,
        "width": 980,
        "height": 272,
        "content": "## Active\nSort, Convert, Create, Upload,"
      },
      "typeVersion": 1
    },
    {
      "id": "dbb1f67a-7aae-416e-8e40-25b3d9351a3a",
      "name": "Sticky Note12",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4048,
        640
      ],
      "parameters": {
        "color": 7,
        "width": 1104,
        "height": 224,
        "content": "## Templates \nSort, Convert, Create, Upload"
      },
      "typeVersion": 1
    },
    {
      "id": "f6d348b5-6d16-41c1-b8b3-b2d6f4130e47",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4256,
        880
      ],
      "parameters": {
        "color": 7,
        "width": 1060,
        "height": 240,
        "content": "## Done\nSort, Convert, Create, Upload"
      },
      "typeVersion": 1
    },
    {
      "id": "1780767c-d85e-4110-acf1-dc04c6ec3695",
      "name": "Sticky Note13",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4240,
        1136
      ],
      "parameters": {
        "color": 7,
        "width": 1012,
        "height": 256,
        "content": "## Work-in-progress\nSort, Convert, Create, Upload"
      },
      "typeVersion": 1
    },
    {
      "id": "2b51ac96-e245-4c88-be2a-533c7f88aa5c",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3792,
        1392
      ],
      "parameters": {
        "color": 7,
        "width": 1012,
        "height": 272,
        "content": "## Archived\nSort, Convert, Create, Upload"
      },
      "typeVersion": 1
    },
    {
      "id": "3d62c53f-a8c9-4fdf-baed-fc53c660d80f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2672,
        784
      ],
      "parameters": {
        "color": 7,
        "width": 640,
        "height": 288,
        "content": "## Initial Steps \n Create folder, Collect workflows, Split out workflows"
      },
      "typeVersion": 1
    },
    {
      "id": "ba8533a9-359e-463a-9f9e-f8cb6065d994",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3360,
        848
      ],
      "parameters": {
        "color": 7,
        "width": 864,
        "height": 320,
        "content": "## Filters"
      },
      "typeVersion": 1
    },
    {
      "id": "18c0ad43-1416-4508-a4d3-4acffbd21f07",
      "name": "Sticky Note26",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1072,
        160
      ],
      "parameters": {
        "color": 3,
        "width": 960,
        "height": 176,
        "content": "## LIMITATIONS\n1. N8N Cloud users on a trial account cannot generate or use the N8N API key.\n\n2. If you use Method 1 (Direct Insertion) in the API Key Instructions below your API Key will not be listed as connected to this workflow if you use my [Workflow Credentials Auditor](https://n8n.io/workflows/14423). Same goes for all other credentials directly inserted into a HTTP Request node."
      },
      "typeVersion": 1
    },
    {
      "id": "9b6341fe-45e4-45e7-990d-58f91362c428",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        4464,
        480
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "893049fa-8573-4d47-b474-eb881fe575b4",
      "name": "Wait1",
      "type": "n8n-nodes-base.wait",
      "position": [
        4944,
        720
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "97d01c9d-151a-4b90-8d5e-dbf38e72974b",
      "name": "Wait2",
      "type": "n8n-nodes-base.wait",
      "position": [
        5120,
        1248
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "623d1d18-4f91-4cbc-8fd5-9a4f08e71bd7",
      "name": "Wait3",
      "type": "n8n-nodes-base.wait",
      "position": [
        5136,
        976
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "943ec062-93ef-4a10-b800-6d469f3d3aad",
      "name": "Wait4",
      "type": "n8n-nodes-base.wait",
      "position": [
        4688,
        1504
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "4414fca2-2b30-4eba-af85-58fef1df961a",
      "name": "loopArchived",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        4160,
        1504
      ],
      "parameters": {
        "options": {},
        "batchSize": 5
      },
      "typeVersion": 3
    },
    {
      "id": "78f5343f-9339-4062-82f7-5d834f6cd8b0",
      "name": "loopActive",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        3968,
        480
      ],
      "parameters": {
        "options": {},
        "batchSize": 5
      },
      "typeVersion": 3
    },
    {
      "id": "46ad817a-609e-4bbb-9f0c-be54feaf7b82",
      "name": "loopDone",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        4592,
        976
      ],
      "parameters": {
        "options": {},
        "batchSize": 5
      },
      "typeVersion": 3
    },
    {
      "id": "67979a09-b117-470a-b88e-352cb43096e4",
      "name": "loopTemplates",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        4432,
        704
      ],
      "parameters": {
        "options": {},
        "batchSize": 5
      },
      "typeVersion": 3
    },
    {
      "id": "49ca0bf5-407c-45cb-ae16-460fb86b4e80",
      "name": "loopWIP",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        4592,
        1248
      ],
      "parameters": {
        "options": {},
        "batchSize": 5
      },
      "typeVersion": 3
    },
    {
      "id": "20d36c66-657f-4ce0-b3cd-3ff64679f826",
      "name": "Sticky Note15",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2912,
        1088
      ],
      "parameters": {
        "color": 2,
        "height": 208,
        "content": "## Select Method 1 or Method 2 in the API Key Instructions and modify this node accordingly"
      },
      "typeVersion": 1
    },
    {
      "id": "ab413b66-1df4-4339-aeff-74e9513d6c76",
      "name": "Sticky Note27",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2656,
        1088
      ],
      "parameters": {
        "color": 2,
        "width": 224,
        "height": 240,
        "content": "## Select or create your Goodle Drive credential, and select your folder color"
      },
      "typeVersion": 1
    },
    {
      "id": "6cf96e50-ccd3-44ba-a22d-b42007d2adf7",
      "name": "createActive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4144,
        480
      ],
      "parameters": {
        "name": "=active-backups_{{ $today.toISO().split('T')[0] }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Create folder').item.json.id }}"
        },
        "resource": "folder"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "executeOnce": true,
      "typeVersion": 3
    },
    {
      "id": "5c244f84-0934-4541-a434-97f2db0604c9",
      "name": "createTemplate",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4624,
        720
      ],
      "parameters": {
        "name": "=template-backups_{{ $today.toISO().split('T')[0] }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Create folder').item.json.id }}"
        },
        "resource": "folder"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "executeOnce": true,
      "typeVersion": 3
    },
    {
      "id": "869d38f5-7f05-4c78-919a-3a17e9ed4011",
      "name": "createDone",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4800,
        976
      ],
      "parameters": {
        "name": "=done-backups_{{ $today.toISO().split('T')[0] }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Create folder').item.json.id }}"
        },
        "resource": "folder"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "executeOnce": true,
      "typeVersion": 3
    },
    {
      "id": "c62a20bd-d8da-4120-9b48-c9fd8b030b8d",
      "name": "createWIP",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4768,
        1248
      ],
      "parameters": {
        "name": "=wip_{{ $today.toISO().split('T')[0] }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Create folder').item.json.id }}"
        },
        "resource": "folder"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "executeOnce": true,
      "typeVersion": 3
    },
    {
      "id": "4f83daed-7de9-4d33-b840-1f8b0384b9c1",
      "name": "createArchived",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        4368,
        1504
      ],
      "parameters": {
        "name": "=archive-backups_{{ $today.toISO().split('T')[0] }}",
        "driveId": {
          "__rl": true,
          "mode": "list",
          "value": "My Drive"
        },
        "options": {},
        "folderId": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Create folder').item.json.id }}"
        },
        "resource": "folder"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "executeOnce": true,
      "typeVersion": 3
    },
    {
      "id": "a0f503b1-f5c2-4ff5-ab67-b5e0b7eecdaf",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1072,
        544
      ],
      "parameters": {
        "color": 5,
        "width": 896,
        "height": 816,
        "content": "## ALTERNATIVE VERSIONS AND CUSTOM BUILDS\nWhile this version focuses on global status tagging using **Google Drive**, I have developed a parallel version for **Github Repository** storage.\n \n* **Need the Github Version?** I provide the standard Workflow Organizer Github version free upon request.\n  ![Caption: Preview the Github storage version.](https://github.com/zianamitchell/n8n-workflow-images/blob/main/n8n-workflow-organizer-github.png?raw=1)\n* **Want to consolidate workflows before backing them up?** I offer the standard Workflow Organizer Consolidated free upon request for both Google Drive and GitHub.\n  - **Note:** The Google Driver version is meant to be used in tandem with this **Workflow Organizer Google Drive**. They should be linked to the same parent folder.\n* **Need a Custom build?** If you require advanced logic (e.g. client-specific routing, multi-tier tagging, unique project tagging, integration with other platforms), I offer custom automation services tailored to your business needs.\n\nA custom version of this workflow or the Github version is $15. \nContact me here: workflows@zmglobalit.com"
      },
      "typeVersion": 1
    },
    {
      "id": "008d721a-f737-4de5-8a89-63cb75dd9b8c",
      "name": "Time Saved",
      "type": "n8n-nodes-base.timeSaved",
      "position": [
        5392,
        1136
      ],
      "parameters": {
        "minutesSaved": 10
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "binaryMode": "separate",
    "callerPolicy": "workflowsFromSameOwner",
    "timeSavedMode": "dynamic",
    "availableInMCP": false,
    "executionOrder": "v1",
    "executionTimeout": -1,
    "saveManualExecutions": false,
    "saveDataSuccessExecution": "none"
  },
  "versionId": "16b29605-09e6-4c40-86e7-9d481420e942",
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "loopActive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "done": {
      "main": [
        [
          {
            "node": "loopDone",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait1": {
      "main": [
        [
          {
            "node": "loopTemplates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait2": {
      "main": [
        [
          {
            "node": "loopWIP",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait3": {
      "main": [
        [
          {
            "node": "loopDone",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait4": {
      "main": [
        [
          {
            "node": "loopArchived",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "active": {
      "main": [
        [
          {
            "node": "loopActive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "isDone": {
      "main": [
        [
          {
            "node": "sortDone",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "sortInProgress",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "loopWIP": {
      "main": [
        [
          {
            "node": "Time Saved",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "createWIP",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule": {
      "main": [
        [
          {
            "node": "Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "archived": {
      "main": [
        [
          {
            "node": "loopArchived",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "isActive": {
      "main": [
        [
          {
            "node": "sortActive",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "isNotArchived",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "loopDone": {
      "main": [
        [
          {
            "node": "Time Saved",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "createDone",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sortDone": {
      "main": [
        [
          {
            "node": "done",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "template": {
      "main": [
        [
          {
            "node": "loopTemplates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "isActive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Workflows": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "createWIP": {
      "main": [
        [
          {
            "node": "uploadInProgress",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "onCommand": {
      "main": [
        [
          {
            "node": "Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "createDone": {
      "main": [
        [
          {
            "node": "uploadDone",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "isTemplate": {
      "main": [
        [
          {
            "node": "sortTemplates",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "isDone",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "loopActive": {
      "main": [
        [
          {
            "node": "Time Saved",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "createActive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sortActive": {
      "main": [
        [
          {
            "node": "active",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "uploadDone": {
      "main": [
        [
          {
            "node": "Wait3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "createActive": {
      "main": [
        [
          {
            "node": "uploadActive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "loopArchived": {
      "main": [
        [
          {
            "node": "Time Saved",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "createArchived",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sortArchived": {
      "main": [
        [
          {
            "node": "archived",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "uploadActive": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Configuration": {
      "main": [
        [
          {
            "node": "Create folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create folder": {
      "main": [
        [
          {
            "node": "Workflows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "isNotArchived": {
      "main": [
        [
          {
            "node": "isTemplate",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "sortArchived",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "loopTemplates": {
      "main": [
        [
          {
            "node": "Time Saved",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "createTemplate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sortTemplates": {
      "main": [
        [
          {
            "node": "template",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "createArchived": {
      "main": [
        [
          {
            "node": "uploadArchived",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "createTemplate": {
      "main": [
        [
          {
            "node": "uploadTemplates",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sortInProgress": {
      "main": [
        [
          {
            "node": "work-in-progress",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "uploadArchived": {
      "main": [
        [
          {
            "node": "Wait4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "uploadTemplates": {
      "main": [
        [
          {
            "node": "Wait1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "uploadInProgress": {
      "main": [
        [
          {
            "node": "Wait2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "work-in-progress": {
      "main": [
        [
          {
            "node": "loopWIP",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This automation organizes your n8n workflows files into categorizes (Active, Template, Done, Archived) and uploads them directly to a categorized Google Drive folders. It is designed to help users manage large instances by creating organized, human-readable backups.

Source: https://n8n.io/workflows/15037/ — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

This automation organizes and consolidates your n8n workflows into categorized JSON files (Active, Template, Done, Archived) and uploads them directly to a Google Drive folder. It is designed to help

Google Drive, Time Saved, HTTP Request
Web Scraping

The Sora 2 API allows seamless generation of CGI ads, turning text prompts into stunning videos. This workflow automates the entire process from video generation to upload, notification, and file shar

Form Trigger, HTTP Request, Email Send +1
Web Scraping

Formtrigger Workflow. Uses formTrigger, googleDrive, httpRequest, stopAndError. Event-driven trigger; 28 nodes.

Form Trigger, Google Drive, HTTP Request +1
Web Scraping

Create CGI ads effortlessly by integrating the Google Veo3 API for video generation and uploading to Google Drive with seamless email notifications. On form submission: Triggers the workflow when a fo

Form Trigger, HTTP Request, Email Send +1
Web Scraping

This workflow automates the process of generating videos using the Veo 3 Fast API, uploading the video to Google Drive, and notifying the user via email. All tasks are executed seamlessly, ensuring a

Form Trigger, HTTP Request, Email Send +1