google-code-export / google-apis-explorer

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

100% 500 error on https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.playlists.list #243

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Go to 
https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.playlists.list
2. Authenticate with OAuth for auth/youtube and auth/youtube.readonly
3. Enter params: part=snippet, and mine=true

What is the expected output?
Playlists belonging to me.

What do you see instead?

500 Internal Server Error
{
 "error": {
  "code": 500,
  "message": null
 }
}

What version of the product are you using? On what operating system?
Google Youtube Data API v3

Please provide any additional information below.
This occurs when using the ruby google-api-client, as will if testing the same 
query out using the api explorer as explained above.

Original issue reported on code.google.com by csphereg...@gmail.com on 7 Dec 2014 at 1:34