Describe the problem/error/question
I am trying to “load” the content of a Google Doc and process it in n8n nodes.
For that purpose I use Google Drive to Download the file (in HTML format), and then use Extract from file to get to the content.
The extraction node reads nothing at all:
Please share your workflow
{
“nodes”: [
{
“parameters”: {
“operation”: “download”,
“fileId”: {
“__rl”: true,
“value”: “={{ $json.id }}”,
“mode”: “id”
},
“options”: {
“binaryPropertyName”: “data”,
“googleFileConversion”: {
“conversion”: {}
}
}
},
“type”: “n8n-nodes-base.googleDrive”,
“typeVersion”: 3,
“position”: [
416,
0
],
“id”: “5266abe9-2078-48fe-838e-3d739ed6c66f”,
“name”: “Download file”,
“credentials”: {
“googleDriveOAuth2Api”: {
“id”: “xwMLmSkRxbyD9IQb”,
“name”: “Google Drive account”
}
}
},
{
“parameters”: {
“operation”: “html”,
“options”: {}
},
“type”: “n8n-nodes-base.extractFromFile”,
“typeVersion”: 1.1,
“position”: [
624,
0
],
“id”: “e16fcd1c-f6d2-4344-9da6-f2ed9b5c1c31”,
“name”: “Extract from File”,
“alwaysOutputData”: false
}
],
“connections”: {
“Download file”: {
“main”: [
[
{
“node”: “Extract from File”,
“type”: “main”,
“index”: 0
}
]
]
},
“Extract from File”: {
“main”: [
]
}
},
“pinData”: {},
“meta”: {
“templateCredsSetupCompleted”: true,
“instanceId”: “fae6328d52fcbe3bb716cc16c0e29627faad3a2d15239b31f08c38c88c38f695”
}
}
Share the output returned by the last node
No output data returned
Information on your n8n setup
This is in the cloud version
