Hello,
I’ve been stuck on the Level Two course exercise ‘Binary Exercise 2’. I’ve followed the exercise guideliens closely and even copied the node from the solution, yet I cannot save the JSON file to the /tmp/ directory. It consistantly says that the file is not writeable. Please see the image below:
Please share your workflow
##Here is the relevant node:
{
“parameters”: {
“operation”: “write”,
“fileName”: “/tmp/poetrydb.json”,
“options”: {}
},
“id”: “f2048e5d-fa8f-4708-b15a-d07de359f2e5”,
“name”: “Read/Write Files from Disk”,
“type”: “n8n-nodes-base.readWriteFile”,
“typeVersion”: 1,
“position”: [
1080,
520
]
}

