Search or scroll through everything
I am using php and wordpress. I have created a custom plugin for this. I can access the class now by changing the name of the namespace from Cloudinary to Cloudinarysdk. But I am getting error now on the class name as ClassUtils. Fatal error: Uncaught Error: Class "Cloudinarysdk\ClassUtils" not found in…
I'm using the cloudinary/cloudinary_php:^2.0 SDK. I am simply trying to retrieve the images uploaded to my account with the documentation-provided code: $config = Configuration::instance($_ENV['CLOUDINARY_URL']); $cloudinary = new Cloudinary($config); $result = $cloudinary->adminApi()->assets(); No matter how I structure…
I'm attempting to do a signed upload using the Cloudinary widget. I'm creating a signature for the request on the backed in PHP using the PHP Cloudinary SDK. My backend signing code is: $options = array( "cloud_name" => [*my cloud name*], "api_key" => [*my api key*], "api_secret" => [*my api secret*], ); $timestamp =…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.