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?
Asked
Active
Viewed 65 times
1
-
1Service accounts are meant for backend to backend communication. So one approach you could evaluate is to use the service account plugin https://bubble.io/plugin/google-service-account-1605833704975x195806677045870600 – Kris Mar 20 '23 at 13:23
-
Hey, thanks, it helped a lot. I ask another question here: https://stackoverflow.com/questions/75804768/how-can-i-upload-images-to-google-cloud-storage-using-bubble-io/75806100?noredirect=1#comment133721137_75806100 Could you please help me on this one too? – Théo Moura Mar 22 '23 at 12:35
1 Answers
1
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/…"

Chanpols
- 1,184
- 1
- 3
- 13