Skip to content Skip to sidebar Skip to footer

Upload Image File To Firebase In Python

I have tried so much but I'm unable to figure out why this the returned object imageBlob in my code is NoneType ? Please some body help me My Code is import firebase from google.c

Solution 1:

Yes! i got that

imageBlob = bucket.blob(os.path.basename('C:/Python27/photo.png'))

only by changing this much of code it worked

Post a Comment for "Upload Image File To Firebase In Python"