import cloudinary
cloudinary.uploader.upload("my_picture.jpg")
Gives error
AttributeError: module 'cloudinary' has no attribute 'uploader'
I solved this by also adding this import statement:
import cloudinary.uploader
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With