Questions tagged [youtube-channels]

188 questions
-1
votes
3 answers

How to create channel on youtube to upload videos and is it possible to create channel programmatically?

I am using https://github.com/youtube/yt-direct-lite-iOS sample to upload videos. But the problem is that without having channel we can not upload video on youtube... New User have to setup channel first.. I want this in my app to create channel…
Sourabh Sharma
  • 7,426
  • 4
  • 62
  • 75
-1
votes
1 answer

Uploading other users' videos onto my YouTube channel

Can multiple users upload their own personal videos from their mobile phone, to my business YouTube Channel via my website? Firstly is this allowed (I don't want them to upload onto their own Channels) and secondly, how could I afterwards pull the…
Allison Cairns
  • 301
  • 1
  • 6
-1
votes
2 answers

How to get YouTube channel attribute Values

I would like to retrieve the channel attributes of a channel on YouTube that are available publicly using the YouTube API. For example I would like to know the number of views, number of subscribers for the channels below: starPlus GoreJak The…
Mona P
  • 13
  • 5
-1
votes
1 answer

Why "response.result is undefined" from Youtube Data Api 3?

I use Youtube API v3 with jasvascript https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.channels.list?part=statistics&forUsername=GameSprout&_h=8& And i have this simple code