Is there a field for knowing if the youtube channel is verified from the Youtube API?

后端 未结 4 985
轮回少年
轮回少年 2020-12-28 16:48

I am using the Youtube data API and I needed to know if there is any way of finding that the youtube channel is a Verified one.

4条回答
  •  既然无缘
    2020-12-28 17:25

    If may be possible to check infer the verified status of a youtube channel via the status.longUploadsStatus flag being either allowed or eligible, as currently this feature requires the associated youtube account to be verified.

    source : https://developers.google.com/youtube/v3/docs/channels

提交回复
热议问题