Getting started with Google APIs and Python

General

Docs

For service accounts, Google APIs use JWT instead of oAuth2. However, not all API resources are available using this type of authentication.

 Tools

Mgmt Apps

Python

Guides

Samples

oAuth2 with Django

Python client includes a (minor, more like a howto) django integration for the authentication layer (oAuth2 client & web flows). See:

Other

Comments

Popular posts from this blog

Handling control characters (escaping) in python for json and mysql

python port sniffer with pcapy and impacket

Django field, form and model validation process