This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Large upload not using original file name for public ID

Comments

3 comments

  • Avatar
    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
    Comment actions Permalink
  • Avatar
    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
    Comment actions Permalink
  • Avatar
    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
    Comment actions Permalink

Post is closed for comments.