I am trying to get the profile image of a youtube channel via direct url.
I found this:
https://www.googleapis.com/youtube/v3/channels?part=brandingSettings&id={CHANNEL_ID}&key={GOOGLE_API_KEY}
But after after adding the channel id and my google api key I get this returned:
{"kind": "youtube#channelListResponse","etag": "\"0Fu6lI6VPydRdlQU3wwNfowdAUs/hirftF6Hp1SlcHf-VOY2asqIoJA\"","pageInfo": {"totalResults": 0,"resultsPerPage": 0 },"items": []}
I need a direct link to the image so I can add it to
How can I do that?