roniest / google-apis-explorer

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

Authorization does not work with the YouTube v3 API #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reproduction:
1. Go to 
https://developers.google.com/apis-explorer/#s/youtube/v3/youtube.playlists.list
2. Fill in the required fields
3. Switch the OAuth 2.0 toggle to on, giving all the required data.
4. Execute the API call

Expected output: API call succeeds, every necessary information is given.
Actual output: HTTP 401, Authorization error, but the HTTP POST contains the 
Authorization: Bearer header.

Occured with current version (as of 24 Apr 2013) of API Explorer.

Original issue reported on code.google.com by persics....@artklikk.hu on 24 Apr 2013 at 4:27