Skip to content

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

@dpram17

Description

@dpram17

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});

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: youtubetype: questionRequest for information or clarification. Not an issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions