Skip to content

Not able to set public_id for image upload #208

@codepan101

Description

@codepan101

In one of my project we are using cloudinary for image upload using node.js like,

cloudinary.v2.uploader.upload("sample.jpg", { public_id: "some_id" }, function(error, result) {console.log(result, error); });

As you can see here we have the option to provide public_id for the uploaded image explicitly but in cloudinary angular sdk we don't have such flexibility (I am upgrading my project to Angular 7).

How to provide public_id for image upload explicitly using @cloudinary/angular sdk ?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions