ashukhobragade / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

YouTube "Unlisted" upload support ismissing #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would really like to be able to upload videos to youtube that are flagged as 
"unlisted" instead of "private". Using the unlisted feature makes it much 
simpler to share simple links via e-mail. 

Original issue reported on code.google.com by francois.proulx on 10 Mar 2011 at 1:24

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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