Recursive Google Drive Folder Path Creator

eeca93ac-f01c-4e92-bf40-1c06e1a90175

Latency
978ms
Cost
$0.0000
Tokens
0
Status
success
gemini-2.5-flash-lite

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "4c9256c8-8dd7-4e81-8aef-0789e6808808",
    "timestamp": 1780878509857
  },
  {
    "data": {
      "initialData": {
        "id": "exec_77210495"
      }
    },
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1780878509857
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "4c9256c8-8dd7-4e81-8aef-0789e6808808",
    "timestamp": 1780878509857
  },
  {
    "data": {
      "nodeType": "code"
    },
    "event": "node_start",
    "nodeId": "1935ad6a-ade4-4073-9205-0c3dd1091c0f",
    "timestamp": 1780878509857
  },
  {
    "event": "execution error (simulated): Cannot read properties of undefined (reading 'shift')",
    "nodeId": "code",
    "timestamp": 1780878509860
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "code",
      "latencyMs": 0,
      "operation": "exec-failed",
      "simulated": true
    },
    "event": "integration_mocked",
    "nodeId": "integration",
    "timestamp": 1780878509860
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "code"
    },
    "event": "node_end",
    "nodeId": "1935ad6a-ade4-4073-9205-0c3dd1091c0f",
    "timestamp": 1780878509861
  },
  {
    "data": {
      "nodeType": "trigger"
    },
    "event": "node_start",
    "nodeId": "5d99a9c4-57c6-4052-b093-fb0c32d9ff56",
    "timestamp": 1780878509865
  },
  {
    "data": {
      "kind": "n8n-nodes-base.executeWorkflowTrigger"
    },
    "event": "seeded",
    "nodeId": "trigger",
    "timestamp": 1780878509865
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "trigger"
    },
    "event": "node_end",
    "nodeId": "5d99a9c4-57c6-4052-b093-fb0c32d9ff56",
    "timestamp": 1780878509865
  },
  {
    "data": {
      "nodeType": "set"
    },
    "event": "node_start",
    "nodeId": "879b92ae-edab-4d73-96d0-4df36d12fbb2",
    "timestamp": 1780878509867
  },
  {
    "data": {
      "inputKeys": [],
      "mergeKeys": []
    },
    "event": "merged",
    "nodeId": "set",
    "timestamp": 1780878509867
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "set"
    },
    "event": "node_end",
    "nodeId": "879b92ae-edab-4d73-96d0-4df36d12fbb2",
    "timestamp": 1780878509867
  },
  {
    "data": {
      "nodeType": "code"
    },
    "event": "node_start",
    "nodeId": "822d45f1-149d-430c-8daf-183998c01166",
    "timestamp": 1780878509867
  },
  {
    "event": "execution error (simulated): Cannot read properties of undefined (reading 'split')",
    "nodeId": "code",
    "timestamp": 1780878509869
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "code",
      "latencyMs": 0,
      "operation": "exec-failed",
      "simulated": true
    },
    "event": "integration_mocked",
    "nodeId": "integration",
    "timestamp": 1780878509869
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "code"
    },
    "event": "node_end",
    "nodeId": "822d45f1-149d-430c-8daf-183998c01166",
    "timestamp": 1780878509870
  },
  {
    "data": {
      "nodeType": "code"
    },
    "event": "node_start",
    "nodeId": "e2aba13a-fec6-4d1e-aa1c-af95d3f957ad",
    "timestamp": 1780878509870
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "code"
    },
    "event": "node_end",
    "nodeId": "e2aba13a-fec6-4d1e-aa1c-af95d3f957ad",
    "timestamp": 1780878509872
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "aa3f9b95-3197-4b89-bcb2-9e723b8496a0",
    "timestamp": 1780878509875
  },
  {
    "data": {
      "service": "googleDrive",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780878509875
  },
  {
    "data": {
      "url": "https://www.googleapis.com/drive/v3/files?pageSize=10&fields=files(id,name,mimeType)",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780878509875
  },
  {
    "data": {
      "status": 200
    },
    "event": "drive.read",
    "nodeId": "integration",
    "timestamp": 1780878510414
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "googleDrive",
      "latencyMs": 539,
      "operation": "read"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780878510414
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "aa3f9b95-3197-4b89-bcb2-9e723b8496a0",
    "timestamp": 1780878510414
  },
  {
    "data": {
      "nodeType": "if"
    },
    "event": "node_start",
    "nodeId": "969b7823-2720-45c5-b98c-1cc659fe62df",
    "timestamp": 1780878510419
  },
  {
    "event": "false branch",
    "nodeId": "if",
    "timestamp": 1780878510419
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "if"
    },
    "event": "node_end",
    "nodeId": "969b7823-2720-45c5-b98c-1cc659fe62df",
    "timestamp": 1780878510419
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "2cd3932d-b066-438a-b968-4078dfc9dbe7",
    "timestamp": 1780878510422
  },
  {
    "data": {
      "service": "googleDrive",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780878510422
  },
  {
    "data": {
      "url": "https://www.googleapis.com/drive/v3/files?pageSize=10&fields=files(id,name,mimeType)",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780878510422
  },
  {
    "data": {
      "status": 200
    },
    "event": "drive.read",
    "nodeId": "integration",
    "timestamp": 1780878510825
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "googleDrive",
      "latencyMs": 403,
      "operation": "read"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780878510825
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "2cd3932d-b066-438a-b968-4078dfc9dbe7",
    "timestamp": 1780878510825
  },
  {
    "data": {
      "nodeType": "if"
    },
    "event": "node_start",
    "nodeId": "f9322682-b77f-4bad-8bbc-13868c126063",
    "timestamp": 1780878510828
  },
  {
    "event": "true branch",
    "nodeId": "if",
    "timestamp": 1780878510828
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "if"
    },
    "event": "node_end",
    "nodeId": "f9322682-b77f-4bad-8bbc-13868c126063",
    "timestamp": 1780878510828
  },
  {
    "data": {
      "nodeType": "set"
    },
    "event": "node_start",
    "nodeId": "94c4694b-0a32-4681-b977-c01e3232d9e8",
    "timestamp": 1780878510832
  },
  {
    "data": {
      "inputKeys": [],
      "mergeKeys": []
    },
    "event": "merged",
    "nodeId": "set",
    "timestamp": 1780878510832
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "set"
    },
    "event": "node_end",
    "nodeId": "94c4694b-0a32-4681-b977-c01e3232d9e8",
    "timestamp": 1780878510832
  },
  {
    "data": {
      "nodeType": "passthrough"
    },
    "event": "node_start",
    "nodeId": "error-d608fe6a",
    "timestamp": 1780878510835
  },
  {
    "data": {},
    "event": "noOp",
    "nodeId": "passthrough",
    "timestamp": 1780878510835
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "passthrough"
    },
    "event": "node_end",
    "nodeId": "error-d608fe6a",
    "timestamp": 1780878510835
  }
]