{
	"name": "Google Drive V2 File Download Test",
	"nodes": [
		{
			"parameters": {},
			"type": "n8n-nodes-base.manualTrigger",
			"typeVersion": 1,
			"position": [0, 0],
			"id": "trigger-id",
			"name": "When clicking 'Execute Workflow'"
		},
		{
			"parameters": {
				"resource": "file",
				"operation": "download",
				"fileId": {
					"__rl": true,
					"value": "123",
					"mode": "id"
				}
			},
			"type": "n8n-nodes-base.googleDrive",
			"typeVersion": 3,
			"position": [200, 0],
			"id": "file-download",
			"name": "Download File",
			"credentials": {
				"googleDriveOAuth2Api": {
					"id": "test-credential-id",
					"name": "Test Google Drive OAuth2"
				}
			}
		}
	],
	"pinData": {
		"Download File": [
			{
				"json": {}
			}
		]
	},
	"connections": {
		"When clicking 'Execute Workflow'": {
			"main": [
				[
					{
						"node": "Download File",
						"type": "main",
						"index": 0
					}
				]
			]
		}
	},
	"active": false,
	"settings": {
		"executionOrder": "v1"
	}
}
