Issue with 'Read Binary Files' Node in n8n - No Data Output

Hello everyone,

I’m working on an n8n workflow that involves monitoring for the addition of PDF files in a specific directory to automatically process these files. I have set up a “Local File Trigger” to detect new files and a “Read Binary Files” node to read the file content.

Here’s the current setup:

  • Local File Trigger
    • Path: C:\tmp\n8n\Intro_Carnetdebord_Premierspas.pdf
  • Read Binary Files
    • File Selector: {{ $json.path }}
    • Property Name: data

The issue I’m facing is that the workflow stops after the “Read Binary Files” node without returning an error, but the output is an empty item. This happens even though the local file trigger seems to work correctly and detects the added file.

Here’s what I’ve already checked:

  1. The file path and file permissions are correct.
  2. The “Local File Trigger” appears to be functioning as expected because it detects the file addition.
  3. The “Read Binary Files” node is configured with the correct expressions.

I am seeking suggestions on what might be going wrong and how to resolve this issue. Could you point me towards any similar experiences you’ve had or ideas on what I could check next?

I am attaching a screenshot of the workflow configuration for clarity.

Thanks in advance for your help!

Best regards,

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hi,

Sorry,

Thank you

It seems you have forgotten to attach it :sweat_smile:

Sorry @barn4k



I think the Read binary node can’t access the path you have provided. Have you tried the Read Files node?

It doesn’t change anything

Usually it is able to work only with files inside the n8n folder (where the n8n settings file is located)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.