api key issue
having issue with API key.....
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME = "lordvic-com"
NEXT_PUBLIC_CLOUDINARY_API_KEY = "243512654824968"
CLOUDINARY_SECRET = ""
NEXT_PUBLIC_CLOUDINARY_UPLOAD_PRESET = "knekdd8e"
this is my setup in .env
-
Hi Victor,
Your message included your account's API secret in plaintext, which is private information that should be kept secure.
I've removed it from your question, but you should create a new API key and secret immediately, and disable the 243512654824968 key.
Regarding your question, please let us know what issue you're encountering.
Assuming you're trying to use one of our SDKs, please let us know which SDK and version, how you're initializing the SDK configuration, and which library or framework is setting environment variables based on the .env file (in Node, for example, it's most likely a library called `dotenv`: https://www.npmjs.com/package/dotenv )
Regards,
Stephen0
Post is closed for comments.
Comments
1 comment