Restore my account n8n after 3 month i havent paid

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

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.

This is expected. Please open your own thread/topic for discussion

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?”

Hi @abd2001 (consider posting these things as questions!)
for that, you cannot directly add it there, you need this:

And so that you can extract text from that PDF and then send it to your deepseek or any other model.