Hello! I am new to using n8n, I am self-hosting and using n8n via docker. I am trying to run a workflow with the end goal of uploading a video to YouTube. In all of the examples I see for the YouTube node, the “Read Binary File” node must precede the YouTube node in order to upload. My workflow is failing on the “Read Binary Files” node with the error “ERROR: File size (5632971432) is greater than 2 GB”. The file is indeed ~5.6GB, my question is: is there any way around this file size limit? Is this documented anywhere? I was unable to find anything about this limit. Is there another way to use the YouTube node that doesn’t involve the “Read Binary Files” node?