Hi. In my node-red application I create a pdf-file and save it to Core. Then I'm using link in ui_template to download it to my laptop. For the download I have to use token, otherwise the downloaded file doesn't work. I got the token when I first time downloaded the file manually from Cores web management. After that I just copy pasted the token to my download link. Can I somehow get this token that is used for file transfer from the Core (for example with http request or datalayer request) in the node-red program so that I wouldn't need to manually download the file first?
... View more