Describe the problem/error/question
I am using this workflow to grab all data from my Fantasy Football league in sleeper. Regardless of workflow, I always struggle getting the onedrive node to find recently created files/folders. I have n8n hosted in a docker container running on a mini pc as a server. Then access the docker container using my main laptop to access the docker container inputing the mini pc IP address the “localhost” in the url.
What is the error message (if any)?
No error message just not finding the files/folders.
Please share your workflow
Share the output returned by the last node
The folder is in fact there but when searching it does not find it. I can search other folders and files and find them just fine. Appears to be an issue with recently created folder/files. Sometime if I recreate my my apps in the azure portal, recreate my docker container, and recreate my credentials in n8n they will show up but not always. Just trying to understand what I need to do to be able to access all folder and files on onedrive.
When using python, I can find all folders and files. So it appears to be a n8n issue or azure application issue not a OneDrive issue. Example
Information on your n8n setup
- n8n version: n8nio/n8n:latest this image in docker
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: