googlearchive / realtime-playground

Google Drive Realtime API Playground helps you to try out the features of the Realtime API
https://realtimeplayground.appspot.com/
Apache License 2.0
241 stars 114 forks source link

If a document is opened and the access is revoke in Google account. It throw "Uncaught Error: Authentication error: No token set" endlessly if the Collaborative String is edited. #5

Closed Xelio closed 11 years ago

Xelio commented 11 years ago

I have a similar case when developing an app. How could I catch this error?

rakyll commented 11 years ago

It's thrown from the gapi.drive.realtime.getToken which is also called from gapi.drive.realtime.load. Catch exceptions thrown by these functions.