I upload a file to Box.com via an API call using the following setup:
It works fine when I use the file uploader on the page and reference to it’s value. Also the same call works fine in Postman.
But this API call doesn’t work if I trigger it from a workflow and reference the file in the DB. API returns an error code 400 - it seems Bubble API connector doesn’t send file in binary format. Taking into account that the same api call works with the file uploader element, this issue looks really strange. Is it a bug?
There several similar topics on the forum. Did anyone manage to make it work?