filestack-js icon indicating copy to clipboard operation
filestack-js copied to clipboard

upload tags not returned in PickerFileMetadata

Open npoisonivy opened this issue 4 years ago • 1 comments

FileStack's pickerOption allows adding upload tag, which is great. But the upload tag is only returned in upload response when calling .upload. Upload wizard does not allow calling .upload, and instead it allows calling client.picker(options).open(); and PickerUploadDoneCallback that returns PickerFileMetadata. And this PickerFileMetadata does not return upload tag yet.

Can FileStack team please look into this? Is it by design not to return the upload tag in PickerFileMetadata? I have a feeling that it should be returned in PickerFileMetadata object. Or if I miss anything, that I can call something within upload wizard that can return an upload response, please let me know.

I am waiting for this, to complete my upload feature function. Thanks!

Upload wizard: image

Upload wizard returns only PickerFileMetadata, no upload response. image

FileStack documentation mentioned that this upload response would return if calling client.picker(options).open(); but it does not. image

npoisonivy avatar Dec 16 '20 23:12 npoisonivy

Hi filestack team, can someone please comment on this issue I reported?

npoisonivy avatar Jan 06 '21 18:01 npoisonivy