cloudinary / cloudinary_magento2

Cloudinary's Magento 2 extension. Upload product images to the cloud, manipulate them to match your graphic design and optimize images for better user experience
MIT License
15 stars 8 forks source link

Cannot upload any file using \Magento\MediaStorage\Model\File\Uploader #58

Closed maxacarvalho closed 4 years ago

maxacarvalho commented 4 years ago

Hello,

My Magento version is 2.3.4 and I'm using an extension that uploads customer reviews from a CSV file.

The problem happens when trying to upload the CSV file, an exception is being thrown by the class Cloudinary\Cloudinary\Core\CloudinaryImageProvider method upload().

Apparently the Cloudinary's extension is overriding everything that's related to \Magento\MediaStorage\Model\File\Uploader.

Although I love using Cloudinary's service I should be able to use the other Magento's features. For example, here I'm simply trying to upload a CSV file that will be processed and can probably be removed after, so I don't need to upload that to Cloudinary.

Help needed!

Thanks.

eyalktCloudinary commented 4 years ago

Hey @maxacarvalho, thanks for reaching out! We're working on a fix that should be available soon with our next release.

pniel-cohen commented 4 years ago

Hi, Please try upgrading to the latest version, it should be OK now. Thanks!