I installed the Google Maps API client for python on Mac OS with Python 2.7 .
I got the client ID and client secret. I tried running one of the samples Google has uploaded, that is the Coordinate sample. Found here -> https://code.google.com/p/google-api-python-client/source/browse/samples/coordinate/coordinate.py
When I run it, I get the error
coordinate.py: error: too few arguments
I'm new to using Google APIs. Any pointers on what arguments I need to pass? I update my code and client_secretes.json with my Client ID.