Ryan K.
Ryan K.
code that still allowed false file to be uploaded to cloudinary ```js const storage = new CloudinaryStorage({ cloudinary, params: async (req, file) => { return { folder: process.env.CLOUDINARY_FOLDER_NAME, allowedFormats: ['png','jpeg','jpg'],...
context : #11 #12 i have fixed this by adding an attribute ```user_agent``` in the constructor of the main class which is passed on as header option for every request...
as mentioned in #11 , this was simply because the host website has been updated and gives 403 error code if user-agent is not set in request headers. i am...