Hi dhiyo7, in the latest version you have to create a extensions/upload/config/settings.json
with below content
{ "provider": "cloudinary", "providerOptions": { "cloud_name": "YOUR CLOUDINARY CLOUD NAME", "api_key": "YOUR CLOUDINARY API KEY", "api_secret": "YOUR CLOUDINARY API SECRET" }}