I was trying to upload an image using Angular to a google storage bucket. And everything is working fine with Postman. But I’m stuck with angular typescript. Can anyone suggest to me a way to do this? .html file .ts file } .service file } No any error occurs on the backend side. It worked fine with Postman. Im not
Tag: google-cloud-storage
Upload JSON string to Google Cloud Storage without a file
My case is when I receive data from some other source as a JSON string, then I want to upload this string to Google Cloud Storage without writing this string to a local file and upload this file. Is …
How do I use firebase storage from a client side React app?
I’m trying to write a file into cloud storage from within my React app. I created a new React app using the create-react-app tool. I believe I have followed the correct instructions to get a storage reference, with code like this: this.storage = firebase.storage();. But, no matter how I configure firebase and no matter what I import, I see this