googleapis / googleapis/google-api-nodejs-client

Youtube V3 Data API - Channels.list function not fetching all the channels

Open
#2,613 7 comments 0 reactions 0 assignees View on GitHub
api: youtube type: question
Dominant language
TypeScript
Stars
12.2k
Forks
2k
Avg merge
1d 9h
Merged PRs (30d)
24

Description

Hi, I am trying to get a list of youtube channels under one google account. But the api returns only one channel, although I have two channels inside my google account. Is there a way to get all the channels under one google account ? Is there any suggested workaround to this ? I have seen posts saying this is not possible, is this same now ?

Thanks

const service = google.youtube({ version: 'v3', headers: { Authorization: `Bearer ${user.youtubeToken}`}});
const result = service.channels.list({part: 'snippet,contentDetails,statistics', mine: true});

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.