I have n8n deployed via Docker on a Linux server. Using the “Convert to File” node, I can get a file and download it, but I want to know where the file is initially saved, from where I download it.
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
n8n version - 1.52.0
DB - Postgree
Running via Docker
Operating system Linux
You could use save file to disk node:
It will write the file to a location you’ll specify and you can download it from there.
What about the same as this user but under a windows 11 system? I was trying to save json data to a text file