OneDrive trigger returns data not up to date

Hello

Describe the problem/error/question

I am using Microsoft One Drive professional version (not live.com or onedrive.com).
The URL is like Sign in to your account

I am using the OneDrive trigger.
The first run has retrieved my files correctly but since this time, even if I add or delete files, there is always the same list of 166 items retreived.

What is the error message (if any)?

None

Please share your workflow

Only this node

Share the output returned by the last node

-

Information on your n8n setup

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

Thank you

problem:

         your OneDrive trigger works once, but after that it keeps showing the same 166 files, even if you add or delete files  

WHY IT HAPPENS:–

  1. The one drive trigger in n8n doesn’t fully support business in Microsoft 365/ professional accounts yet.

    2.it’s using an old sync method that doesn’t refresh file changes correctly.

FIXES:-

  1. use “schedule Trigger”–> rub every 1 or 5 minutes.
  2. add a microsoft graph api node—>choose:
 GET /me/drive/root/children

3. this will fetch your files freshly each time (no cache problem).

FIXES 2:-

  1. turn off “simplify”toggle
  2. deactive –>save–>reactive the workflow.
  3. try adding a small delay node like 1 second before the trigger connect again.

Hello @Mahi_Mahenthiran ,

Thank you for your reply.
I do not see any “microsoft graph api” node :

Is it another node ?

I assume that the Microsoft Graph Security.