gpt4 book ai didi

c# - 如何使用 youtube API V3 (c#) 安排 youtube 视频

转载 作者:行者123 更新时间:2023-12-03 05:49:52 26 4
gpt4 key购买 nike

我最近为自己创建了一个 youtube 上传器。我已经将代码上传为未列出、公开或私有(private),但我不知道如何使用 C# 作为计划上传上传。
video.Status.PrivacyStatus = "unlisted"; // or "private" or "public"
但是我如何为 Scheduled 做到这一点?

最佳答案

您可以使用 insert用于将视频上传到 YouTube 的方法,并可选择设置视频的元数据,如 Videos 中给出的并在您对视频资源的请求中添加以下属性:

  • status.publishAt: datetime

    The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

  • liveStreamingDetails.scheduledStartTime: datetime

    The time that the broadcast is scheduled to begin. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.

  • liveStreamingDetails.scheduledEndTime: datetime

    The time that the broadcast is scheduled to end. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely.


  • 更多信息和示例,您也可以引用 Videos: insert和这篇 SO 帖子 - Can I schedule YouTube videos for release via the API? And other 'limited' feature questions .我希望这会有所帮助。快乐编码!

    关于c# - 如何使用 youtube API V3 (c#) 安排 youtube 视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38315176/

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