Reputation: 11
I was invited to a YouTube channel. To accept the invitation, I had to create a channel. Now, I have two channels.
After generating the OAUTH2 token, if I list the channel, it shows the default channel I created, not the invited one.
I am required to list the jobs in the invited channel.
How can I do this, please?
The following are the steps:
YouTube Analytics API v2 YouTube Data API v3 YouTube Reporting API v1
Thank you
Upvotes: 0
Views: 40
Reputation: 117281
YouTube apis are channel based. So when you run the authorize script it shows you a list of channels that you can pick to authorize the application with.
You will then only have access to that channel.
Run the app again and grant it access to the correct channel.
Upvotes: 0