We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getBinaryData()
filesystem
Describe the bug FunctionItem getBinaryData() empty when default binary data mode set to filesystem, though data is visible in the node input.
To Reproduce Steps to reproduce the behavior:
N8N_DEFAULT_BINARY_DATA_MODE
Expected behavior If N8N_DEFAULT_BINARY_DATA_MODE is left to memory, the getBinaryData() helper method correctly returns binary data.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Hey @rhyswilliamsza,
Thanks again for the PR on this one, It looks like our link didn't kick in to automatically close this one so I will get it done now 👍🏻
Sorry, something went wrong.
No branches or pull requests
Describe the bug
FunctionItem
getBinaryData()
empty when default binary data mode set tofilesystem
, though data is visible in the node input.To Reproduce
Steps to reproduce the behavior:
N8N_DEFAULT_BINARY_DATA_MODE
tofilesystem
getBinaryData()
in your function. The data element is empty and the binary data is inaccessible.Expected behavior
If
N8N_DEFAULT_BINARY_DATA_MODE
is left to memory, thegetBinaryData()
helper method correctly returns binary data.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: