No Error: Not able to see the uploaded file on the google cloud storage

后端 未结 1 896
滥情空心
滥情空心 2021-01-29 09:01

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<

相关标签:
1条回答
  • 2021-01-29 09:22

    Silly mistake, turns out

    blob = bucket.blob('document/Test15.jpg')

    creates another folder document inside the bucket document

    so the actual path would be document/document/Test15.jpg

    0 讨论(0)
提交回复
热议问题