Error OneDrive node. Cannot grab the latest xlsx file

Describe the problem/error/question

I trying to download a file from OneDrive using the one drive node. The few minutes later I updated the xlsx file in onedrive web interface and retry downloading the file via n8n. The problem is the onedrive node is grabbing the outdated file. I tried to wait few hours, but still same error.

What is the error message (if any)?

There is no error message

Please share your workflow

Share the output returned by the last node

I expect that the file that the onedrive node will grab is the updated one

Information on your n8n setup

  • n8n version: 1.73.1
  • Database (default: SQLite): NA
  • n8n EXECUTIONS_PROCESS setting (default: own, main): NA
  • Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
  • Operating system: NA

I’m unable to reproduce this. Here’s my sheet:

and my data:

now I changed it to:

and got the data:

My workflow:

Can you recheck if the file has been updated in OneDrive? Try downloading the file from OneDrive from your browser to see what data you get.

Essentially, if n8n is unable to get the latest data, that would be a problem with OneDrive API and non n8n as n8n is simply making a request to OneDrive API and returning whatever data it’s receiving from there.

Thanks for the clue. I was able to resolve it. I just need to reopen my n8n. Now I can grab the latest update, even though there is a small delay.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.