Still no support for data-binary in the bubble API Connector?

Hi all,

I’m trying to upload a file to a google storage bucket from bubble through the API connector.

curl --location ‘https://storage.googleapis.com/upload/storage/v1/b/[bucketname]/o?uploadType=media&name=[filename]
–header ‘Authorization: Bearer [Token]’
–header ‘Content-Type: image/png’
–data ‘@imagename.png

I see a lot of posts with the same issues, but was wondering if a real solution is already available?

Anyone else figured out a way?

Best regards,
Arno Drost

Yup as you can see in those posts, especially the recent ones.

Yea still no binary data. Even if it was possible with vanilla Bubble the next problem is the files would probably be too large for a server-side upload anyways.

Have you looked at this? 🛠 ᴺᴱᵂ ᴾᴸᵁᴳᴵᴺ Google Cloud Storage Dropzone & Utilities (MultiUploader, Folder Support, No Filesize Limit & Automated GCP Configuration!)