Hi @jess,
Thank you for the reply. A little confusion here, Typescript library does not have yet UploadToken.Add
Action for now but according to the documentation KalturaUploadedFileTokenResource
accepts the token as String and that could be generated from upload.upload or TokenUpload.add
. I am generating the token from UploadUploadAction
which also uploads the file at the same time, the token returned from this API is wrapped by KalturaUploadedFileTokenResource
and passed to ThumbAssetSetContentAction
.
I can see in the log the file is uploaded in tmp folder which seems to be fine until this point but cannot find the token.
I guess i have to call the UploadToken.Add manually if that token is different from upload.upload action?
Thanks