How to send files from File Uploader element in POST request

I have same issue. I am going to upload file to OpenAI using OpenAI file upload API.
I have file uploader element and button element. I call the API in Bubble click workflow. But it still give me error message.



image

I think it’s because OpenAI file upload endpoint only accept byte stream of the file. @Jici , could you help me? Thank you.

You didn’t activate “send file” checkbox in API Connector

1 Like

I’m having this exact same issue and I cannot get the file to be accepted by Open AIs endpoint. I’ve tried extensions to get a shareable URL, even set up an entirely new s3 bucket to bypass bubble. Still cannot get it to accept a file URL.

I’m using a multi uploader. Should this be as simple as selecting the uploaders value in the Dynamic field below the file upload in the API workflow?

I have the API connector configured as you have described here.