I'm trying to upload an image on Google cloud console with javascript, but it's not working at all.
I have tried with the multiple post URL's https://storage.googleapis.com/upload/storage/v1/b/${bucketName}/o/ https://storage.googleapis.com/upload/storage/v1/b/${bucketName}/o?uploadType=media&name=${filename}
but none of them works, it always says 404 not found.
I want to upload the image on google cloud console with help of Javascript or jQuery