youtube api - API v3's brandingSettings inconsistently returning data -


youtube released new brandingsettings return object in response of /channel/list, seems inconsistent in returning data.

what situations return data?

is returned youtube partner api accounts? i've been testing both, seem of authenticated accounts using non-partner keys.

can full data set (image, channel, hints, ...) if partner api account manager of requested channel?

is limited users using new channel layout?

i'm getting sparse data when testing on both channels have authorized, authorized , managed, , public, information on helpful.

https://developers.google.com/youtube/v3/docs/channels#properties

the brandingsettings part supported types of channels, , should modifiable when you're authorized channel itself, or via delegation using onbehalfofcontentowner= parameter. can retrieve it's current settings using youtube.channels.list(part='id,brandingsettings', mine=true), make changes fields, , pass in modified json youtube.channels.update(part='id,brandingsettings')

i'm sure latest channel layout supported.

the 1 field can't updated channel title, needs changed via google+ linked channels (and decision made not make editable via api non-linked channels).


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -