mmallis87 / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Request to enable a service #317

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I am trying to embed a live event video on my customer site using API. I am 
trying to retreve the list of public livestream videous with the function 
"youtube.liveBroadcasts.list". 
It is working fine on your API explorer query builder: 
https://developers.google.com/apis-explorer/#s/youtube/v3/youtube.liveBroadcasts
.list?part=contentDetails&broadcastStatus=active&fields=items%252FcontentDetails
&_h=30& 
But if I copy the request to the browser I am getting a "login required" error.
The question is, why do I need to authenticate if I am requesting the public 
live broadcasts? The API key is not enough?
Is there an other way to get all user's public livestream events?
Thanks,
Yulia

Original issue reported on code.google.com by Yulk...@gmail.com on 12 May 2015 at 6:59