How to specify Access Control parameters for a video in YouTube V3 API -


in youtube v2 api while uploading video 1 can specify access control parameters rate, comment, videorespond, embed etc.

https://developers.google.com/youtube/2.0/developers_guide_protocol_uploading_videos

however in v3 api, video resource doesn't seem have part access control.

https://developers.google.com/youtube/v3/docs/videos#resource

is there way in v3 api same.

for v3 has embed one. other ones should ported well.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -