Hi @Amani_Ndoroma Welcome!
In theory you cannot recover your account after 90 days, basically 3 months, so i think you should not be expecting anything but in case, it is worth checking with the support team here:
I have n8n run in docker container, and I’m using the node read/write file to write files to my local pc.
I added the volume in docker compose, but it’s not working, gives me file not writable error.
Hi @abd2001 this is expected, for that as the error says that the file is not writable, basically what you have to do is that:
You first have to address that file here in this env variable N8N_RESTRICT_FILE_ACCESS_TO=/files so that it becomes a valid file for n8n to write, and after that it is optional but you can do this and run this command chown -R 1000:1000 ./local-files, i understand it is a bit uneasy to configure all this but this is a part of breaking changes in v2.x.x so…
“Is there a way to pass PDF content directly to DeepSeek in n8n, or do I need to use a ‘Read Binary File’ node with an ‘Extract From File’ node first?”