Ashic Mahtab

Results 7 comments of Ashic Mahtab

Would be really useful to get zoom for scatterplots and line charts.

Got some updates 1. If I make the user assigned id part of a group that has AD Admin rights to the database, then the access token based approach works....

It appears Google are quite naughty here... https://tools.ietf.org/html/rfc6749#section-2.3.1 ``` Including the client credentials in the request-body using the two parameters is NOT RECOMMENDED and SHOULD be limited to clients unable...

It appears google does have a setting to use headers: https://github.com/google/oauth2client/blob/3071457064f3705bab1b041bd624a10d5a2d2619/oauth2client/client.py#L1859 ``` authorization_header: string, For use with OAuth 2.0 providers that require a client to authenticate using a header value...

While that's in the constructor, it looks like we're using flow_from_clientsecrets to create the instance, which doesn't provide an option to specify the code in the header.

I've managed to get it working by monkey patching _flow_for_request: ``` def flow_fr(self): """ Build a flow with the correct absolute callback URL for this request. :return: """ flow =...

I'm using the archlinux version, and I'm getting the same white screen... and running in debug shows a 401 just like @higorcoliveira . Is there any workaround that doesn't require...