Binary file upload

I’m downloading a video and want to upload it to google drive but the http module dislpays a confirmation if to display the data or download it but it aint generate a binary file and as a consequence the drive node fails with ‘data’ cannot be found, though I’m pretty sure the data property exists and contains binary data.

Any way to resolve this?

Whats the JSON schema of the input/previous node, can you show?

Hi @Shay_Levy,

From the screenshot, it looks like the left tab shows a large JSON output rather than binary files, which is why you’re seeing the “not found” error.

Make sure the HTTP node outputs a binary file, or convert it to binary if it’s in base64 format before uploading to Google Drive…

Thank guys!

What that be a proper solution? it works now…

EDIT

kind of works, its in the wrong mime type …
-shay

1 Like