gpt4 book ai didi

youtube - 使用Youtube Content ID API的 Assets 类型 “episode”

转载 作者:行者123 更新时间:2023-12-03 06:32:38 26 4
gpt4 key购买 nike

我正在制作一个应用程序,允许我的用户在youtube channel 上上传他们的视频。该 channel 来自一个合作伙伴帐户,并且配置为电视 channel ,因此它们具有“显示”。一个视频属于一个节目,一个节目可以包含很多视频。
因此,在创建所有信息包时,我创建了 Assets 。根据youtube content ID API文档

The asset's type: This value determines the metadata fields that you can set for the asset. In addition, certain API functions may only be supported for specific types of assets. For example, composition assets may have more complex ownership data than other types of assets.

Valid values for this property are: composition, episode, general, movie, music_video, season, show, sound_recording, video_game web



这种“ 情节”类型允许在METADATA对象中设置视频的ID SHOW(以及其他有关诅咒的信息)
$metadata = new Google_Metadata();
$metadata->setShowCustomId($VIDEO_OBJET['showid']);
$metadata->setSeasonNumber($VIDEO_OBJET['seasson']);
$metadata->setEpisodeNumber($VIDEO_OBJET['ep_number']);

当我创建 Assets 时
$asset = new Google_Asset();
$asset->setType("episode");

我收到此消息:
400 Bad Request

- Show headers -


{
"error": {
"errors": [
{
"domain": "youtubePartner.assets.insert",
"reason": "showsAndMoviesNotYetSupported",
"message": "Shows and movies assets are not yet supported."
}
],
"code": 400,
"message": "Shows and movies assets are not yet supported."
}
}

如果我使用另一种类型创建 Assets ,而该 Assets 不同于“episode”类型,例如:“web”,则无法分配ID显示,或者不能? O.o”

因此,这是我的问题:如何创建“情节”类型的 Assets ?或如何使用Youtube Content ID API设置ID Show?

请帮忙。永恒XD让我的灵魂变得伟大

最佳答案

如错误消息所示, Assets 类型不支持,但不支持,因此目前您无能为力。不过,它是由工程团队提出来的,并希望在将来的某个时候将其纳入API。

关于youtube - 使用Youtube Content ID API的 Assets 类型 “episode”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18627530/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com