android - youtube api v3 search by developer tag -


my app upload video youtube, need user see other user upload (or in word search developer tag).

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

i saw link show how 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 attach developer tag in v3

thanks ahead

you can set categoryid while inserting video.

that id represent videocategory.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -