Hi,
I’m creating a service in Backendless API Services, but when I try to read a file using:
fs.readFile(‘full_path_to_backendless_hosted_file’)
I receive an ENOENT: no such file or directory error.
The file have permissions. I can see it from several explorers and diferent machines.
The file is created using Backendless.Files.saveFile without problem, the problem is when I try to read from API Services with node fs