{
	"name": "Google Drive V2 File Download Docs Markdown 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": "docs123",
					"mode": "id"
				},
				"options": {
					"googleFileConversion": {
						"conversion": {
							"docsToFormat": "text/markdown"
						}
					}
				}
			},
			"type": "n8n-nodes-base.googleDrive",
			"typeVersion": 3,
			"position": [200, 0],
			"id": "file-download-markdown",
			"name": "Download Doc as Markdown",
			"credentials": {
				"googleDriveOAuth2Api": {
					"id": "test-credential-id",
					"name": "Test Google Drive OAuth2"
				}
			}
		}
	],
	"pinData": {
		"Download Doc as Markdown": [
			{
				"json": {}
			}
		]
	},
	"connections": {
		"When clicking 'Execute Workflow'": {
			"main": [
				[
					{
						"node": "Download Doc as Markdown",
						"type": "main",
						"index": 0
					}
				]
			]
		}
	},
	"active": false,
	"settings": {
		"executionOrder": "v1"
	}
}
