mmallis87 / google-apis-explorer

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

Caption tracks cannot be downloaded via v3 API #352

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to 
https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.captions.downl
oad?id=gnIduP7XG9sAZHjFpsh7gsO6-eCynA0nxCHVYH2HthKrFTuLyz4YvP1qwUVCZkgz&_h=5&
2. Click "Execute" to run the request for the given caption file

I expect to see the caption file returned. Instead, I see a 401 Unauthorized 
response.

Caption files need to be publicly accessible. Blind and hearing-impaired users 
rely on them, so websites based on the YT API need a way to make them available.

Original issue reported on code.google.com by char...@zaption.com on 3 Jul 2015 at 7:28