mmallis87 / google-apis-explorer

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

Can't download auto-generated English caption using YouTube Data API #289

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to this URL: 
https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.captions.downl
oad?id=oFLljOJ9OTK9ZBKhoXUqoMJWjee2mKa2NWmqx6W8zec%253D&_h=4
2. Try executing the request with or without OAuth

What is the expected output? What do you see instead?
I expect to get the requested caption, but instead get a 401 (without OAuth) or 
403 (with OAuth) status code back. From the API description it seems that I 
should be able to fetch captions from public videos. My guess is the issue may 
because I am requesting an auto-generated caption by Google rather than a 
user-uploaded caption.

What version of the product are you using? On what operating system?
Latest Google Chrome on Yosemite

Please provide any additional information below.

Original issue reported on code.google.com by chriswre...@gmail.com on 9 Apr 2015 at 3:43