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
Comments
Post a Comment