问题
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