Closed GoogleCodeExporter closed 9 years ago
You can set a GDataYouTubeAccessControl on a video entry specifying a "list"
action for listed or unlisted videos; see the documentation at
http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_yt:a
ccessControl
This doesn't appear to be an issue regarding the Objective-C library, just the
YouTube API.
The YouTube API discussion forum is at
http://code.google.com/apis/youtube/forum/
Original comment by gregrobbins
on 10 Mar 2011 at 8:08
[deleted comment]
I'm uploading videos to YouTube using the Objective-C library; my code is
mostly taken from the YouTube sample and works great.
My upload and callback class is GDataEntryYouTubeUpload. I would like to set
the access control property using GDataEntryYouTubeVideo:
GDataEntryYouTubeVideo *videoEntry = [GDataEntryYouTubeVideo videoEntry];
[videoEntry addAccessControl:[GDataYouTubeAccessControl
accessControlWithAction:@"list" permission:@"denied"]];
How can I get an GDataEntryYouTubeVideo object from an GDataEntryYouTubeUpload
object?
Thanks
Original comment by bobby@bobbysoftware.com
on 7 Jun 2011 at 10:47
Please use the discussion group at
http://groups.google.com/group/gdata-objectivec-client for questions about
using the library.
Original comment by grobb...@google.com
on 7 Jun 2011 at 10:48
Original issue reported on code.google.com by
francois.proulx
on 10 Mar 2011 at 1:24