You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jquery.fileupload-kaltura.js is using uploadToken service (the new and recommended service which should be followed by baseEntry.addContent) combined with addfromuploadedfile service (the deprecated service that relies on baseEntry.upload token) - the two are not compatible, and this will most likely fail often.
Not sure how this is working at all... the tokens received from the old baseEntry.upload action (e.g. 2249621381108053.3685_x8zj88bdts0o84o0ggco.mov) are not the same as the new uploadToken.add action (e.g. 1_128af22749e7aca8e893aab3d4bf0f36).
addfromuploadedfile expects the former tokens, while baseEntry.addContent expects the latter.
Besides, the use of addfromuploadedfile is highly discouraged as it has been deprecated more than 2 years ago...
The text was updated successfully, but these errors were encountered:
jquery.fileupload-kaltura.js is using
uploadToken
service (the new and recommended service which should be followed bybaseEntry.addContent
) combined withaddfromuploadedfile
service (the deprecated service that relies on baseEntry.upload token) - the two are not compatible, and this will most likely fail often.Not sure how this is working at all... the tokens received from the old
baseEntry.upload
action (e.g. 2249621381108053.3685_x8zj88bdts0o84o0ggco.mov) are not the same as the newuploadToken.add
action (e.g. 1_128af22749e7aca8e893aab3d4bf0f36).addfromuploadedfile
expects the former tokens, whilebaseEntry.addContent
expects the latter.Besides, the use of
addfromuploadedfile
is highly discouraged as it has been deprecated more than 2 years ago...The text was updated successfully, but these errors were encountered: