问题描述
我的应用程序将视频上传到 youtube,我需要用户查看其他用户上传的内容(或按开发者标签的另一个词搜索).
my app upload video to youtube, i need user see what other user upload (or in another word search by developer tag).
我使用这种方式 https://developers.google.com/youtube/v3/docs/videos/insert 上传视频.
i'm use this way https://developers.google.com/youtube/v3/docs/videos/insert to upload videos.
我看到了这个链接来展示如何做到这一点,但在 2.0 版中,我使用的是 v3
i saw this link to show how to do this but in version 2.0, i'm use v3
https://developers.google.com/youtube/2.0/developers_guide_protocol_uploading_videos#Assigning_Developer_Tags
我需要简单解释一下如何在 v3 中附加开发者标签
i need simple explanation how to attach developer tag in v3
谢谢
推荐答案
你可以设置categoryId 同时插入视频.
You can set categoryId while inserting the video.
该 ID 将代表 videoCategory.
这篇关于youtube api v3 按开发者标签搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!