Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Branding Settings are not returned by the Channel's List API

Youtube's Channel's list API isn't returning brandingSettings even when requested explicitly like this: https://www.googleapis.com/youtube/v3/channels?part=brandingSettings&id=UCJ-gg-0xws8J6PKfY6DBLzg&key= returned this:

{
 "kind": "youtube#channelListResponse",
 "etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/hqQ5f5obTKYUNURbAaBo87W-LAw\"",
 "pageInfo": {
  "totalResults": 1,
  "resultsPerPage": 1
 },
 "items": [
  {
   "kind": "youtube#channel",
   "etag": "\"XI7nbFXulYBIpL0ayR_gDh3eu1k/EEjleDhJYQadoLAXlnHS41MfcRk\"",
   "id": "UCJ-gg-0xws8J6PKfY6DBLzg"
  }
 ]
}

I wonder if this is a problem or will it be permanent to change?

like image 730
Victor Carvalho Avatar asked Aug 28 '18 13:08

Victor Carvalho


2 Answers

This functionality (pulling brandingSettings via API) has been down since about 1am PST Aug 28, 2018. Hopefully someone from YouTube sees this and fixes soon...

like image 91
SurfsUpSD Avatar answered Sep 21 '22 12:09

SurfsUpSD


YouTube fixed this earlier today. Should be working now!

like image 21
davidmerrick Avatar answered Sep 24 '22 12:09

davidmerrick