Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery.fileupload-kaltura.js uses the wrong upload apis combination #1

Open
zoharbabin opened this issue Oct 7, 2013 · 0 comments
Open

Comments

@zoharbabin
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant