You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple cloudinary things. Using the service is great, but I ran into an SSL error:
SSL: CERTIFICATE_VERIFY_FAILED
Which doesn't seem to make sense as to why
Also the upload re-sends all the images so even in testing I ended up with multiple versions of the same image. Cloudinary supports folders so adding a 'Folder" option in the script would help isolate those images from other cloudinary CDN images, but combining with a cleanup like the local web server has to delete old images would be the best combination.
The text was updated successfully, but these errors were encountered:
A couple cloudinary things. Using the service is great, but I ran into an SSL error:
SSL: CERTIFICATE_VERIFY_FAILED
Which doesn't seem to make sense as to why
Also the upload re-sends all the images so even in testing I ended up with multiple versions of the same image. Cloudinary supports folders so adding a 'Folder" option in the script would help isolate those images from other cloudinary CDN images, but combining with a cleanup like the local web server has to delete old images would be the best combination.
The text was updated successfully, but these errors were encountered: