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
#x27;: social.extra_data['access_token']}) > print(response) > return render(request, 'home/drive.html', {'checking':response}) > > I am getting a 200 response, but I don't know how to list files. > > I'm using django 2.0.3 and pytho

Re: Google Api Client

2018-08-17 Thread madhusona
params={'access_token': social.extra_data['access_token']}) print(response) return render(request, 'home/drive.html', {'checking':response}) I am getting a 200 response, but I don't know how to list files. I'm using django 2.0.3 and python 3.5. Hi

Re: Google Api Client

2018-08-17 Thread Jason
;re doing wrong.. I suggest you read https://stackoverflow.com/help/how-to-ask and incorporate that into how you ask for help. On Friday, August 17, 2018 at 7:34:59 AM UTC-4, madhusona wrote: > > Hi > > Am trying to implement Google API client for Django. I am following the > link

Google Api Client

2018-08-17 Thread madhusona
Hi Am trying to implement Google API client for Django. I am following the link https://developers.google.com/api-client-library/python/guide/django but it was not working. Amusing python 3.5 and Django 2.0. It is very helpful if there is a new user manual to implement Django google API client