-
Go/ Fiber Image Upload Not Working in Production
HI, this is an odd one and a bit unlike what I have seen from others. My local dev environment is and has been working without a hitch at all but when I try it on a production environment is am getting a filepath error that remains unresolved. from production logs... ive already tried adjusting the filepath the match the…
-
How to Empty a Folder Using Cloudinary Go SDK?
I encountered an issue when trying to delete a folder, as it showed an error that the folder was not empty. To address this, I found a solution using DeleteAssetsByPrefix method. However, the folder might contain various types of assets such as images, videos, or raw files. To handle this, I attempted to delete each asset…
-
Upload image fails with error "dial tcp: lookup api.cloudinary.com: no such host"
Hello I have been trying to upload to cloudinary via golang sdk. but sometimes it seems to fail after several requests (sometimes it works, other times it doesn't). I run the app in localhost (windows) and without vpn. error message: "https://api.cloudinary.com/v1_1/dd6mdlpgj/auto/upload": dial tcp: lookup…