youtube api v3 search by developer tag

。_饼干妹妹 提交于 2019-12-04 02:07:35

问题


my app upload video to youtube, i need user see what other user upload (or in another word search by developer tag).

i'm use this way https://developers.google.com/youtube/v3/docs/videos/insert to upload videos.

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

i need simple explanation how to attach developer tag in v3

thanks ahead


回答1:


You can set categoryId while inserting the video.

That id will represent a videoCategory.



来源:https://stackoverflow.com/questions/16518932/youtube-api-v3-search-by-developer-tag

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!