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