A Problem at Text Courses> Level Two >Processing different data types>Binary Exercise 2

Describe the problem/error/question

When I practice this part and execute the node of Read/Write Files From Disk node, it will show " The file “/tmp/poetrydb.json” is not writable." Could anyone can tell me how to find and write correct File Path and Name?

What is the error message (if any)?

Above Picture

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.102.3
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: macOS

Hey @edenseeker hope all is well.

In the post it says you are running the cloud version of n8n, but I thought the cloud version didn’t have the Read/Write node? Could you clarify?

you can refer to this question.
it seems to address your issue:

Hi @jabbson,thanks for your solution.

This workflow does work successfully when I run it in local n8n.

Thanks for your share @moosa. This is exactly the same issue that I encounter.

With your and @jabbson’s help, I found when using n8n cloud version, the file path and name should be “/home/node/.n8n/poetry.json”, but in the n8n local version, it should be “/tmp/poetrydb.json”.

Do you know what causes this differences?