EOF error with Google oauth2client (Python, google-app-engine)
问题 I am currently using oauth2client in my Python webapp in order to use Google's calendar API. I copied oauth2client into the root folder of my directory, and followed instructions at https://developers.google.com/google-apps/calendar/instantiate. Which means my code looks like: import httplib2 import gflags from apiclient.discovery import build from oauth2client.file import Storage from oauth2client.client import OAuth2WebServerFlow from oauth2client.tools import run FLAGS = gflags.FLAGS FLOW