Home > Software design >  How to let service account on Google Cloud Platform to have access to the Firebase Storage?
How to let service account on Google Cloud Platform to have access to the Firebase Storage?

Time:06-13

I'm using the Vision Api Product Search in the Google CLoud Vision, so i want to access the images in the firebase Storage but now when i'm making request this error occurs "message": "Error opening file: gs://swaepone.appspot.com/bag.jpeg." so how to have read access to the firebase sotrage ?

CodePudding user response:

Assuming this is the service account calling ...check the bucket permissions on Image

  • Related