How can I set a privacy option for the uploaded video? In the documentation I've found only http://code.google.com/intl/en-EN/apis/youtube/2.0/reference.html#youtube_data_api_tag_yt:private, but how can I mark video as "Unlisted"?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I don't have experience with this API, but it looks like
is what you are after. This tag is mentioned on the same page that you linked to, Hope this helps, and please give some indication whether this suits your needs. |
|||
|
|
|
if you guys are doing this in PHP with Zend Gdata this is how its done:
|
|||||
|
|
If you're not using any of the existing libraries (e.g., when implementing via Classic ASP), add the
in between the
Reference: https://developers.google.com/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos |
||||
|
|