With the youtube API, I can find my google+ id from my channel id
https://www.googleapis.com/youtube/v3/channels?id=...&part=contentDetails&key=...
Is there a way to find my list of channels using my g+ id ?
I've looked at this question Google API: Find a Users YouTube Channel and it seems that https://www.googleapis.com/plus/v1/people/...?key=... should return the list it but mine is pretty much empty.