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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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