Skip to content

tags fields not working #58

@cavarzan

Description

@cavarzan

Hi!

The tags fields seems to be not working. This is a sample of upload:

                     Upload.upload({
                        url: environment.cloudinary.upload,
                        data: {
                            upload_preset: environment.cloudinary.upload_preset,
                            tags: ['tag1', 'tag2'],
                            context: 'xxx',
                            file: base64
                        },
                        skipAuthorization: true
                    })

The context works fine, but I didn't receive in the response the tags fields created with these parameters.

Am I missing something?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions