Hello to everyone, I’m trying to write data to file using “Write Binary File” operation, but each time I receive the following error:
ERROR: ENOENT: no such file or directory, open '~/Documents/data/some.json'
P.S. Standalone macOS App is used.
Hello to everyone, I’m trying to write data to file using “Write Binary File” operation, but each time I receive the following error:
ERROR: ENOENT: no such file or directory, open '~/Documents/data/some.json'
P.S. Standalone macOS App is used.
Welcome to the community @ShiiRochi
Thanks, but it did not help. I changed File Name to something like /home/.../data/some_data.json, but still got the same error.
Oh, my bad, I misunderstood how it works, I thought that ~ has to be correctly processed, but instead I should write /Users/<username>/.
Hi guys,
I’ve got the same issue. @RicardoE105 I’ve tried your solution but it doesn’t work for me.
I’ve got that path : /Users//Downloads/test.json
And I’ve got this error : ERROR: ENOENT: no such file or directory, open ‘/Users//Downloads/data.json’
I’d like to save the json file in my Downloads file. If I well understand, the “Write Binary File” node should work like this?
Please not that I’m using the Cloud environment n8n is providing.
Could you please help me?
Thanks lot ![]()
All right! Thanks a lot for your quick answer Jan.