Open GoogleCodeExporter opened 9 years ago
Forgot to mention: all the while being authorized via OAuth 2.0.
Original comment by thany81
on 7 Feb 2015 at 9:57
And using playlistId instead of id doesn't help either.
https://www.googleapis.com/youtube/v3/playlistItems?part=contentDetails&playlist
Id=LLBTUt13bCVDMW5adk2ULZxw&key={YOUR_API_KEY}
Returns the same empty Likes playlist.
Original comment by thany81
on 7 Feb 2015 at 10:02
Can we please get this thing fixed so I can go and actually develop my app?
Original comment by thany81
on 14 Mar 2015 at 11:59
Subscriptions:
https://www.googleapis.com/youtube/v3/subscriptions?part=snippet&mine=true&key={
YOUR_API_KEY}
Returns an empty list, too.
And I'm subscripted to a couple dozen channels. How is this happening??
Original comment by thany81
on 15 Mar 2015 at 12:08
Playlists:
https://www.googleapis.com/youtube/v3/playlists?part=snippet&mine=true&key={YOUR
_API_KEY}
Returns an empty list, too.
I have a couple of custom playlists, all of them with videos in them.
Seriously, how can the API returns absolutely nothing when youtube.com happily
shows me everything that I have?
Original comment by thany81
on 15 Mar 2015 at 12:11
Getting a relatedPlaylist from someone else's channel works fine:
https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId=UUKa
b3hYnOoTZZbEUQBMx-ww&key={YOUR_API_KEY}
Returns his uploads. Working fine then.
Why is it not working for my account?
Original comment by thany81
on 15 Mar 2015 at 12:19
Any word on this?
Anyone?
This issue has existed for at least two months. It's time to get it fixed, lads!
Original comment by thany81
on 31 Mar 2015 at 10:39
Original issue reported on code.google.com by
thany81
on 7 Feb 2015 at 9:56