I've gotten the google file picker example to work. The example uses the photos view and that works fine. But when I change the view to e.g. google.picker.ViewId.DOCS. Iget a javascript error;
Uncaught SyntaxError: Unexpected token ILLEGAL
I'm using the correct scope (https://www.googleapis.com/auth/drive) according to the documentation. What am I doing wrong.