{
  "name": "Automatic file renaming with timestamp format for Google Drive",
  "nodes": [
    {
      "id": "883c5dad-85eb-4a9e-8165-ce3eb5f6d6ac",
      "name": "Set Formatted Name",
      "type": "n8n-nodes-base.set",
      "position": [
        144,
        0
      ]
    },
    {
      "id": "67daf81b-70ac-4c25-9b4a-5cd600e8f425",
      "name": "Rename File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        368,
        0
      ]
    },
    {
      "id": "ea64e098-1b26-4c9e-9f9e-809d14bea7cd",
      "name": "Google Drive Trigger",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -80,
        0
      ]
    },
    {
      "id": "849fdcb0-7f54-4098-8b58-293c8db4f76a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -304,
        -448
      ],
      "parameters": {
        "width": 272,
        "height": 432,
        "content": "🚀 Google Drive Trigger (Starting Point)\n\nWhat it does:\nActs as the \"sensor\" that watches for new files\nMonitors a specific Google Drive folder called \"Instagram\"\nChecks every minute for newly created "
      }
    },
    {
      "id": "905e22a2-0805-4f0a-a49d-01d4bd31a788",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -112,
        160
      ],
      "parameters": {
        "width": 464,
        "height": 448,
        "content": "📝 Set Formatted Name (Processing)\n\nWhat it does:\nTakes the original file's creation timestamp\nConverts it into a standardized filename format\nCreates a new filename following the pattern: IMG_YYYYMMDD"
      }
    },
    {
      "id": "eac44807-6a78-454f-bc8a-db49a7e94c6b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        272,
        -400
      ],
      "parameters": {
        "width": 432,
        "height": 352,
        "content": "✏️ Rename File (Final Action)\nWhat it does:\n\nTakes the formatted filename from the previous step\nUses Google Drive API to actually rename the file\nUpdates the file in Google Drive with the new timesta"
      }
    }
  ],
  "connections": {
    "Set Formatted Name": {
      "main": [
        [
          {
            "node": "Rename File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive Trigger": {
      "main": [
        [
          {
            "node": "Set Formatted Name",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}