roniest / google-apis-explorer

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

Get playlists doesn't work #266

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get the playlists with parameter mine=true
2. Behold

What is the expected output? What do you see instead?
Returns an ampty list. I expect it to return my playlists.

What version of the product are you using? On what operating system?
Windows 7, Firefox 35, Google APIs Explorer.

Please provide any additional information below.
I'm fetching playlists like so:
https://www.googleapis.com/youtube/v3/playlists?part=contentDetails&mine=true&ke
y={YOUR_API_KEY}

And I'm logged in with OAuth 2.0 same as I do on youtube.com. I do really have 
a couple of playlists that I created myself. I expect them to return in a "get 
playlists" request, couldn't be simpler.

Original issue reported on code.google.com by thany81 on 7 Feb 2015 at 10:07

GoogleCodeExporter commented 9 years ago
Same for subscriptions:

https://www.googleapis.com/youtube/v3/subscriptions?part=snippet&mine=true&key={
YOUR_API_KEY}

Returns an empty list. And I'm still authorized.

Original comment by thany81 on 7 Feb 2015 at 10:08

GoogleCodeExporter commented 9 years ago
I'd like to raise the priority for this issue to critical/blocking.

I've been playing around for a bit more, and there's no way in heck that I'm 
getting anything from anything, anywhere. Literally the ONLY requests that 
returns anything is search.list(q=something). NOTHING else returns anything.

And yes, of course I'm logged in. Same as on youtube.com, where I've got plenty 
things to return in those empty resultsets.

So, critical priority!

Original comment by thany81 on 8 Feb 2015 at 10:54