The quick start doesn't run
Expected Behavior
Disconnect button appear
Actual Behavior
Just connect button is able, even if i click to oauth connect
JavaScript Console Output
nothing :(
(View your JavaScript Console to see if there are any errors)
Specifications
- Browser (Chrome/Internet Explorer/Firefox): Chrome
- OS (Mac/Linux/Windows): Windows
There's not enough information here.
Which quickstart did you run? Sounds like you checked the console log, but what about network traffic? Any errors loading resources?
Hi
I use this one : https://github.com/gsuitedevs/browser-samples/blob/master/calendar/quickstart/index.html
But i've got one idea : maybe it's my Ghostery who stop all exchanges.
(any error loading resources were found ...)
Tried calendar quickstart w/ghostery (block all trackers enabled) and still unable to reproduce :(
hello guys. i had the same problem after trying hard i found the error. In cmd, when starting python -m http.server 8000, the current folder must be the root. That is, just C: > ... I was working on C: \ Users \ fernando ...>, so it didn't work. Giving a cd .. to the root will solve the problem. I hope it helps.