I have been using youtube API from a time now but some recent changes in the API, are breaking the code. I was able to get the channel id from channel username through this API call :
https://www.googleapis.com/youtube/v3/channels?part=id&forUsername={channelUsername}&key={key}
But due to recent changes, this API is not returning any data for channel id. There's no updated documentation on this yet.
How can this be resolved apart from using any third party API?