Describe the issue/error/question
I am trying to download one file in Google Drive and upload into OneDrive and I have received the next error message. I have consulted other similar issues to fix it but I have not able to fix it.
What is the error message (if any)?
Please share the workflow
(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
{
“nodes”: [
{
“parameters”: {},
“name”: “Start”,
“type”: “n8n-nodes-base.start”,
“typeVersion”: 1,
“position”: [
240,
300
]
},
{
“parameters”: {
“authentication”: “oAuth2”,
“operation”: “download”,
“fileId”: “1bg56YUzW92piXlR6HDO3mrWHWbaQEijiCy0W5gZPwfk”,
“options”: {}
},
“name”: “Google Drive”,
“type”: “n8n-nodes-base.googleDrive”,
“typeVersion”: 1,
“position”: [
460,
300
],
“credentials”: {
“googleDriveOAuth2Api”: {
“id”: “18”,
“name”: “Google Drive credentials”
}
}
},
{
“parameters”: {
“fileName”: “LOGISTICA”,
“parentId”: “AB868EB60F760D7D”,
“binaryData”: true
},
“name”: “Microsoft OneDrive”,
“type”: “n8n-nodes-base.microsoftOneDrive”,
“typeVersion”: 1,
“position”: [
680,
300
],
“credentials”: {
“microsoftOneDriveOAuth2Api”: {
“id”: “19”,
“name”: “Microsoft Drive account”
}
}
}
],
“connections”: {
“Start”: {
“main”: [
[
{
“node”: “Google Drive”,
“type”: “main”,
“index”: 0
}
]
]
},
“Google Drive”: {
“main”: [
[
{
“node”: “Microsoft OneDrive”,
“type”: “main”,
“index”: 0
}
]
]
}
}
}
Share the output returned by the last node
The error happens into the last node
Information on your n8n setup
- n8n version: 0.160.0
- Database you’re using (default: SQLite): N/A
- Running n8n with the execution process [own(default), main]: own
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: n8n.cloud