New issue 331 by TheDogRingo: Set YouTube video as private in GoogleCL
script
http://code.google.com/p/googlecl/issues/detail?id=331
GoogleCL/YouTube
It would be nice if you could upload youtube videos and set them to
private. This would allow submitters to make changes to a video with a
web browser before making it public.
...couldn't find any further info
Yes please!
Python GData example at
https://code.google.com/apis/youtube/1.0/developers_guide_python.html#UploadingVideos
Looks like you add:
private=gdata.media.Private()
when you create the gdata.media.Group
Comment #2 on issue 331 by tom.h.mi...@gmail.com: Set YouTube video as
private in GoogleCL script
http://code.google.com/p/googlecl/issues/detail?id=331
This has been done in the trunk. The next release after 0.9.11 will let you
do this with an --access=private option.
Sorry the next version has been so tardy, but I (hope) I'll get it out the
door soon. In the meantime, you can try the version in trunk. See the FAQ
if you're unsure how to do this.
--access=private option is good, is there an access=unlisted option too?
That should work as well. Please give it a try and let us know if it
doesn't work.
Hello, --access wont work on googlecl 0.9.11 fox windows...
I'm trying --access=unlisted with 0.9.13 and the videos are being uploaded
as private. Anyone else see this>?
same results, instead of being set to unlisted, it is set to private when
using --access=unlisted