napped
October 16, 2025, 3:01pm
1
Describe the problem/error/question
Input binary data is not accessible in Python (Beta) node.
What is the error message (if any)?
Instead of base64 data in the data property, there is a following text: filesystem-v2
Please share your workflow
Share the output returned by the last node
[
{
“binary_base64”:
“filesystem-v2”
}
]
Information on your n8n setup
n8n version: 1.115.3
Database (default: SQLite): n8n Cloud
n8n EXECUTIONS_PROCESS setting (default: own, main): n8n Cloud
Running n8n via (Docker, npm, n8n cloud, desktop app): n8n Cloud
Operating system: n8n Cloud
napped
October 23, 2025, 9:22am
2
Tested on [email protected] cloud and still the same problem. How to let the devs know about this issue?
moosa
October 23, 2025, 11:58am
3
hello @napped
If I understand your question correctly you want to extract as base 64.
1 Like
napped
October 23, 2025, 1:27pm
4
@moosa thank you
moving the binary payload to json worked and helped me move forward, however this is just workaround.
The original issue that Python node cannot access binary data directly (without moving them to json first) is not solved, so I’m leaving this open for devs to know