YouTube API V3 - Requires a channel, can I programmatically create a YouTube channel?

A user cannot create a playlist if they don’t have a YouTube channel created in their Google account. Is there a way to create a channel for them programmatically using JavaScript?

+4
source share
1 answer

Unfortunately, you cannot create a new channel ( https://developers.google.com/youtube/v3/docs/channels ) in the v3 api.

One possible job is that you are redirecting the end user to https://www.youtube.com/create_channel .

+5
source

All Articles