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

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

php - facebook and github login HWIOAuthBundle and FOSUserBundle in Symfony2.1 -

hadoop - Sqoop installation export and import from postgresql -