How can i authenticate my webapp on Google Clooud Storage via REST API?

82 Views Asked by At

I'm building a webapp on bubble.io and i wanted to use the Cloud Storage API, to storage files and images. But with bubble, i can only send HTTP Requests, so i'm having a hard time trying to authenticate my app using REST API (i'll use a Service Account on this app). How can i authenticate to use the Cloud Storage API using REST API?

1

There are 1 best solutions below

1
Chanpols On

Posting this as a community wiki so that others can benefit from it.

As mentioned by @Kris:

"Service accounts are meant for backend to backend communication. So one approach you could evaluate is to use the service account plugin bubble.io/plugin/…"