I’m sorry, seems like I’m missing something.
If I understood well, the API connector is to make calls. In this case, I have a backend workflow that triggers when called by the third-party app, which it currently does.
I can’t save the file to my database using that URL : that’s what I’m trying to achieve. As the data returned ‘downloadurl’ is a string, Bubble treats it like a string and does not provide the ‘save to S3’ option. What I’m looking for is like a ‘file_put_contents’ from PHP, or something equivalent. I just need to tell my workflow to download the file, and save it in the database.