enl / flysystem-cloudinary

Cloudinary adapter for Flysystem
MIT License
27 stars 20 forks source link

Not saving into cloudinary but getting return URL #36

Closed mojosef closed 4 years ago

mojosef commented 4 years ago

Hi

I have a strange issue where the image is not saving into Cloudinary. I'm getting back a URL from $this->photo->storeAs('folder', $filename, 'cloudinary'); but when accessing, I get a 404. Can you offer any advice as to where to try and troubleshoot?

I've tried through the SDK directly and all OK.

PHP: 7.4.8 "enl/flysystem-cloudinary": "~1.0" Laravel: 7.21.0

mojosef commented 4 years ago

Sorry this turned out to be a config issue and the errors were being swallowed.