Are you running the application from a local server environment like IIS or Apache?
I could have sworn this was mentioned in the docs somewhere, but now I can't find it.
You could even use python to run a webserver to view your files, python -m -SimpleHTTPServer
Key is that the browser URL cannot be file:// or it API won't work.