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
use this it will work also u need to create a folder as same as this folder: "music-image", where all the files will be stored then u will get your data
const result = await cloudinary.v2.uploader.upload(req.file.path,{
public_id:
${user._id}_profile
,width: 500,
height: 500,
crop: 'fill',
});
The text was updated successfully, but these errors were encountered: