Uploading Files from Bubble S3 to Third Party via Workflow

Hello,

I need to allow my users to upload files to Google’s Cloud Storage platform. Right now, I have a mechanism for them to upload their file to Bubble (S3), but I’m not able to then move the file to Google Cloud Storage.

I’ve created and tested an API Connector to Google Cloud Storage and can upload files directly. However, I can’t get it to send the Bubble S3 stored file to Google. The Google API requires the body of the request be the actual file. So, I’m selecting dynamic input on the body portion of my API call, doing a search for my data file, and selected “:saved to S3” as seen below.

When I execute this, it just results in a dialog box saying an error has occurred - seen below:

Any help would be appreciated - thank you!

1 Like