We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.5.6
nodejs v20.11.1 typescript v5.3.3
Yes
const client = new ApiVideoClient({ apiKey: "YOUR_API_KEY"}); const token="TOKEN" const file="a file bigger than chunk size.mp4" await client.videos.uploadWithUploadToken(token, file);
a working video object
ES: if the file is divided in 4 chunks than 4 video object are created.
and none of them are working
this is the method resulting object:
{ videoId: 'vi2AzYUF1JDmzt8XnuXUdHpJ', createdAt: undefined, title: undefined, description: undefined, publishedAt: undefined, updatedAt: undefined, tags: undefined, metadata: undefined, source: undefined, assets: undefined, playerId: undefined, _public: undefined, panoramic: undefined, mp4Support: undefined }
No response
The text was updated successfully, but these errors were encountered:
giving a quick look at sources and api documentation, I think the problem is here:
api.video-nodejs-client/src/api/VideosApi.ts
Line 555 in b5b12cd
videoId is not sent in the body during the next chunks upload
https://docs.api.video/reference/api/Videos#upload-with-an-delegated-upload-token
Sorry, something went wrong.
No branches or pull requests
Version
2.5.6
Environment that reproduces the issue
nodejs v20.11.1
typescript v5.3.3
Is it reproducible in the example application?
Yes
Reproduction steps
Expected result
a working video object
Actual result
ES: if the file is divided in 4 chunks than 4 video object are created.
and none of them are working
this is the method resulting object:
Additional context
No response
Relevant logs output
No response
The text was updated successfully, but these errors were encountered: