- Issue created by @klaasvw
- Merge request !30Handle cloudinary assets that don't exist or have been deleted. → (Open) created by klaasvw
- 🇧🇪Belgium klaasvw
Closing this in favor of ✨ Avoid overloading admin API Active
When an asset is deleted in Cloudinary, after it has been used in Drupal in a media entity, a Cloudinary\Api\Exception\NotFound
exception is thrown wherever the media entity is loaded.
The CloudinaryAssetHelper::loadAssetByPublicId()
method should catch the error and return NULL if the assets is not returned by the Cloudinary API.
Active
3.0
Code
Closing this in favor of ✨ Avoid overloading admin API Active