Hi all, here's the code and links to the Cloudinary site! I hope you enjoy this project! Signup: cld.media/plregister Python Quick Start: cld.media/plpython Code: github.com/patrickloeber/photo-tagging-app-cloudinary
@user-nt1mj6vz8l2 жыл бұрын
does this work with pdfs, docs
@omaral-halabiah2851 Жыл бұрын
very nice video, but why you didn't use rich.print function for better display?
@studyingasyouwere2 жыл бұрын
You are a legend, sir! I hope my content get as good as yours one day 😄
@remyzandwijk2 жыл бұрын
Great tutorial Patrick, thanks!
@victoralves9882 жыл бұрын
This is awesome!
@jccorman5848 Жыл бұрын
Does any one have any ideas why load_dotenv() may not be working? I am copying and pasting everything and my print command returns "Credentials: None None". instead using dotenv_values() works by adding the cloud_name, api_key, and api_secret as env values inside cloudinary.config(). What could possibly be wrong?
@MGDanny Жыл бұрын
Would you please paste your code? from dotenv import load_dotenv load_dotenv() need to be written before import cloudinary like below from dotenv import load_dotenv load_dotenv() import cloudinary