Hi,
thank you for creating flowfuse. I just got into it a bit and checking out the features for using it in an iot setup.
I am looking for a way to access the fileStorage from a classic node. Particularly the node-red-contrib-protobuf in order to call a decode *.proto file.
I made it to write the file to the fileStorage using @flowfuse/nr-file-nodes. I do not know the exact path for accessing this file with the porotbuf node though. Is there any way how i can configure this in a flowfuse instance?
The @flowfuse/nr-file-nodes do not store files on a local file system, they are stored in a remote network file store and as such you can not access them from other nodes.