The idea is:
Trying to grab Zoom recordings from a URL and move them to Dropbox, which handles file uploads as binary data. Make handles the file internally, on the cloud, and then allows me to push the binary data to Dropbox simply. I’d like the same thing in n8n without having to download the file and handle paths or code some workaround.
My use case:
Zoom recording mp4 to Dropbox as binary data
I think it would be beneficial to add this because:
Doing this without downloading the file would be amazing to save lots of complexity and workarounds with coded streaming or memory overload/crashing.