You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you type more than one parameter allowed in the scope url google is invalid and is not generated the token.
I found the problem and found that making a small change in the code solves the problem.
Only modify the line of 85 "var loginwindow = window.open (login_url, '_blank', 'location = yes');" to "var = loginwindow window.open (decodeURIComponent (login_url), '_blank', 'location = yes');" and is solved!
The text was updated successfully, but these errors were encountered:
When you type more than one parameter allowed in the scope url google is invalid and is not generated the token.
I found the problem and found that making a small change in the code solves the problem.
Only modify the line of 85 "var loginwindow = window.open (login_url, '_blank', 'location = yes');" to "var = loginwindow window.open (decodeURIComponent (login_url), '_blank', 'location = yes');" and is solved!
The text was updated successfully, but these errors were encountered: