Hi,
I am trying to save binary media files obtained through GET calls into Bubble’s database (as a normal file). How can I do this in Bubble through the API connector so that I can save the normal file in my database ?
The coding solution to the exact problem that I am facing is explained in the min 5:20 of this video.
If you’d like a more detailed explanation, here it is:
I am trying to download an media files from Meta’s API:
I have managed to initialize the call through the API connector like this:
This is the response that I get:
In the body of the response you can see the supposed file link, this one is an example, they always take me here
. Chrome is updated, I have tried in incognito, I have tried in other browsers, none of them work.
If I do the call through postman it shows me the file correctly. Apparently, the problem is that the response that meta gives is binary, as it stated in its documentation:
How can I save this files as regular files in my database?
Any help would be appreciated. Thanks!