1

I'm trying to manipulate items inside my Youtube Brand Channel, using the YouTube Service provided by Google Apps Script, but it only works for my "personal" channel and not the Brand Channel of whom I'm owner.

I'm wondering if anyone has been able to make it work, something as simple as create or update a playlist inside such channel keep throwing a "Forbidden" message when on a playlist inside my "personal" channel is alright.

I even have my brand channel as my default channel, as Google suggest doing this for services that don't support switching between channels and it has no effect whatsoever.

thanks for the help.

samiq
  • 2,954
  • 1
  • 29
  • 29

1 Answers1

0

Based from this forum, even if the channel is for a brand, it's just a normal user channel. So, YouTube Service should also work in your Brand Channel. Be noted that this is an advanced service that must be enabled before use and Apps Script requires user authorization to access private data from built-in Google services or advanced Google services.

If you're receiving forbidden (403) error, make sure that your request is properly authorized.

References:

Community
  • 1
  • 1
abielita
  • 13,147
  • 2
  • 17
  • 59