Hello, i have Node Red addon on my Home Assistant installation and i am trying to read and create files on local hard drive.
I check the file absolute path and its correct but when i try to read it from NR flow, i got an error message. I dont know if it’s any permission problem.
www is the where files that need to be read have to be stored. Their path to read the file www needs to be replaced with local. So www/my_folder/myfile.txt is accessed by going to local/my_folder/myfile.txt