I am first time n8n user. Trying to save an email attachment locally, but seems like i am missing something. This is not a write permission issue, i have tried to save to multiple locations and checked they are writeable from within the docker container, e.g. docker exec -it n8n sh -c "echo test > /tmp/file.txt"
Upon investigating this further, i was trying to read a file i have created manually and got the error Access to the file is not allowed. Allowed paths: /home/node/.n8n-files And indeed i can write into that directory.
I have found a similar issue here ERROR: Access to the file is not allowed but the solution does not seem to be conclusive
