Skip to content

Instantly share code, notes, and snippets.

@samkit5495
samkit5495 / createContact.py
Last active March 15, 2024 14:37
Code to create a contact using Google's People API
from __future__ import print_function
import httplib2
import os
from apiclient import discovery
from oauth2client import client
from oauth2client import tools
from oauth2client.file import Storage