Skip to main content

Large upload not using original file name for public ID

Comments

3 comments

  • Shirly Manor

    We succeed in reproducing this issue on our end. I've forward it to our dev team to take a look at it. I'll update with any insights.

    0
  • Weo Ref

    Hello, any update on this? Same problem with "original_filename: file", yet my file name was actually my_pic.png, not "file"

    0
  • Shirly Manor

    Hi,

    Can you try updating your nodeJS to the latest version and run:

    cloudinary.v2.uploader.upload_large("https://res.cloudinary.com/demo/image/upload/sample.jpg",{use_filename:true,unique_filename:false},function(error, result){console.log(result);});

     

    Please let us know if that works,

    Thanks,

    0

Post is closed for comments.