-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Labels
Description
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?