Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.66
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Windows
I am attempting to download a file from my Nextcloud instance and, depending on the file type process, get a text output. The extract function states that I do not have the credentials to download the file. I was assuming the Nextcloud Download File node would download the file, which would then be processed by the Extract nodes. What am I missing?