Error uploading file to OneDrive

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

Hi @franchogarcia, I am sorry you’re having trouble.

Does your file name by any chance contain any characters beyond the usual A-Z? If so, you might need to upgrade your n8n version as [email protected] would contain a bug fix for such uploads: n8n/CHANGELOG.md at master · n8n-io/n8n · GitHub

Hello @MutedJam!!
The true is that the name of file is “LOGISTICA” :frowning: Do you have other idea?
Anyway, I am trying to download in https://n8n.io/ the desktop app but the release is the same as actual that I have : 0.160.0

Thank you very much for your time and patient
Francho