Have a python code running on cloud function using cloud function python.
I\'m processing an image on cloud. Now I want to save that image on google-cloud-storage<
google-cloud-storage<
Silly mistake, turns out
blob = bucket.blob('document/Test15.jpg')
creates another folder document inside the bucket document
document
so the actual path would be document/document/Test15.jpg
document/document/Test15.jpg