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
const tagRequest = await yt.studio.updateVideoMetadata( upload.data.videoId, { title: uploadMessage.title, description: uploadMessage.description, tags: uploadMessage.tags, category: Number(uploadMessage.category), privacy: publicity, } );
400, It has to be an issue with the client's device.
Successfully set tags to an uploaded video
400
Default
The same error previously occurred on video uploads but that had been fixed with this commit: 50be8a8#diff-364363cfba7df1f41ba8d586dbf0295ae5882013149afe0482d772f31b238f56R245
Maybe its the same issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
const tagRequest = await yt.studio.updateVideoMetadata(
upload.data.videoId,
{
title: uploadMessage.title,
description: uploadMessage.description,
tags: uploadMessage.tags,
category: Number(uploadMessage.category),
privacy: publicity,
}
);
Failure Logs
400, It has to be an issue with the client's device.
Expected behavior
Successfully set tags to an uploaded video
Current behavior
400
Version
Default
Anything else?
The same error previously occurred on video uploads but that had been fixed with this commit: 50be8a8#diff-364363cfba7df1f41ba8d586dbf0295ae5882013149afe0482d772f31b238f56R245
Maybe its the same issue?
Checklist
The text was updated successfully, but these errors were encountered: