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
{{ message }}
This repository was archived by the owner on Jan 18, 2018. It is now read-only.
In rtclient.RealtimeLoader.prototype.load,
it access to rtclient.params['state'] for handle redirection from Drive UI.
Now Drive UI passes those values via GET parameter,
however, rtclient.getParams checks location.hash only.
I added following code into rtclient.getParams and it works
The text was updated successfully, but these errors were encountered: