OneDrive Integration with n8n Cloud to read files from a folder

can someone show me how to perfom the above task? I have setup the authentication, but having difficult to connect to that folder I need.

also, is the trial version without the below? I could not find any OneDrive Trigger:

Great that you have authentication set up! For reading files from a specific folder, you’ll need the folder ID. You can find this by either:

• Looking at the folder URL in OneDrive (the ID is in the URL)

• Using the Microsoft OneDrive node with **Resource** > **Folder** and **Operation** > **Search** to find your folder by name - the results will include the folder ID

Once you have the folder ID, use **Resource** > **Folder** and **Operation** > **Get Children** to read all files in that folder.

Regarding the OneDrive Trigger - it should be available in n8n Cloud. Try searching for “Microsoft OneDrive Trigger” in the node panel, or check if you need to update your n8n instance. The trigger node is separate from the regular OneDrive node and allows you to automatically respond to file/folder changes.

For more details, check the [docs.n8n.io]( Microsoft OneDrive node documentation | n8n Docs ) documentation on finding folder IDs and available operations.