-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Youtube V3 Data API - Channels.list function not fetching all the channels #2613
Comments
@dpramani Where are the posts you found? |
Did you try |
@tmatsuo Yes I tried managedByMe: true, but got an error saying : 'Error: Access forbidden. The request may not be properly authorized.' Some similar posts which I found are: |
did you find the solution??? |
have same issue, anyone found solution? |
yes definitely! getting a 403 access forbidden error. Any solutions or work around for this please ?
|
I am also getting the same issue, only receiving my own YouTube account and not the others on which I am assigned as an Admin. I tried adding the |
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});
The text was updated successfully, but these errors were encountered: