Hi,
I installed node-red as snap on my Ubuntu Mate notebook and tried to read a file in my home-directory (/home/kzerbe) with the file-in node.
As documented I used an absolute file name: /home/kzerbe/mytext.txt.
After getting an EACCESS error, ich first did a chmod to 666 (rw-rw-rw) and then even 777 with no success.
Do I need an additional group membership or something else to be able to get access to files with node-red ?