Re: Google Api Client

2018-08-19 Thread Jason
> > If you are getting a 200 response - then the request has succeeded without > any errors - therefore this is more about handilng the response from the > google api. Unless 200 *is* the default response from the API. I know its unlikely, being a Google API, but I have worked with several A

Re: Google Api Client

2018-08-19 Thread Andréas Kühne
If you are getting a 200 response - then the request has succeeded without any errors - therefore this is more about handilng the response from the google api. You will need to look at the google api docs to see what is returned by the REST endpoint. This is not a django issue, but more how to re

Re: Google Api Client

2018-08-17 Thread madhusona
In Django I implemented social login using the social auth app and I followed this link to configure it. Goolge OAuth is working good; google-oauth2 access token is stored in extra data field. Now I want to list google dr

Re: Google Api Client

2018-08-17 Thread Jason
"not working" is a very vague description of your problem and not helpful at all in diagnosing the issue. give some details. when asking for help, the your job is to describe your problem in such a way that it gives enough information for others to identify possible things you're doing wrong..