-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
From 0xED....@gmail.com on July 24, 2012 12:14:36
What steps will reproduce the problem?
- use the [authSample script] https://code.google.com/p/google-api-javascript-client/source/browse/samples/authSample.html ;
- set multiple scopes instead of ' https://www.googleapis.com/auth/plus.me'; for example:
var scopes = [
' https://www.googleapis.com/auth/drive.file' ,
' https://www.googleapis.com/auth/userinfo.email' ,
' https://www.googleapis.com/auth/userinfo.profile' ]; - Save, Run and Click the "Authorize" button.
What is the expected output?
- An optional sign in
- A pop-up window describing the requested authorizations
What do you see instead?
- A blank pop-up window
- Displaying the source shows a html What version of the product are you using? On what operating system? Drive v2, oAuth v2, MSIE 8 / Windows 7 Please provide any additional information below. 1. To be honest, this works fine with Chrome and Firefox.
- -key (MSIE Developer Tools) didn't help me
Original issue: http://code.google.com/p/google-api-javascript-client/issues/detail?id=42