android - How to make all uploaded YouTube videos as private -


in application have upload videos in youtube using android mobile application,but want make uploaded videos private if there possible.

set privacy status of video private while uploading video using youtube data api v3. code -

videostatus status = new videostatus(); status.setprivacystatus("private"); 

for more information visit

youtube data api v3


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -