I am developing chat application REST API, and I want to upload all files (i.e. images, audio, video etc) on Google Cloud Storage. I got the library files form the documentation of google cloud, and using it in POST method API.
Here is my code ref
It's not uploading the image to google cloud.