Problem/Motivation
First point,
After installing the project and configuring it on a Drupal 9.4.8 minimal installation.
I am receiving this error :
Warning : stream_wrapper_register(): Invalid protocol scheme specified. Unable to register wrapper class Drupal\cloudinary_stream_wrapper\StreamWrapper\CloudinaryStreamWrapper to test_folder_2022:// dans Drupal\Core\StreamWrapper\StreamWrapperManager->registerWrapper() (line 199 of /web/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php).
Second point,
When i use the Cloudinary media library field in node edition. After login in Cloudinary i get a message showing that the folder is not found.

I need to select myself the default folder and upload my files inside.
After selecting myself the folder, everything works well even if the Warning above about Invalid protocol scheme specified still displays.
Third point,
In the cloudinary media field
/admin/structure/media/manage/cloudinary_image/fields/media.cloudinary_image.field_media_cloudinary_image/storage
I am having 2 times the "cloudinary files" radio button.

Fourth point,
The media library bulk upload do not use the specified directory "test_folder_2022" specified in config.
It upload all files in root of Cloudinary.
As it's the first time i'am using this module iI'am not sure if I missed something or if the module works as expected or if there's few issues.
Can someone point me to right direction.
Steps to reproduce
- Install the module
- Set up the API data information.
- Set up a directory in media library.
- Set up the a directory Stream Wrapper Settings.
- Set up the Cloudinary media field
- Assign this field to the content type.
- Edit the content type. And Upload an image.
- Or go to media bulk upload and upload few images /media/bulk-upload/media_bulk_config_cloudinary.
| Comment | File | Size | Author |
|---|---|---|---|
| media library.png | 69.78 KB | eacute | |
| cloudinary media field config.png | 59.83 KB | eacute |
Comments
Comment #2
eacute commentedI upgraded to 2.1.0-beta3 and a lot of issues from above seems to be fixed.
But one annoying issue is remaining.
I cannot upload an image to cloudinary using Media Library with the "Media image field" in node edition.
This is throwing an error :
Uploading in media library page media/add/image with a field "Media Image" works great.
Can you please help with that issue.
Comment #3
eacute commented