diff --git a/pydrive/auth.py b/pydrive/auth.py index e0b7e58..8b604ee 100644 --- a/pydrive/auth.py +++ b/pydrive/auth.py @@ -4,7 +4,7 @@ import oauth2client.clientsecrets as clientsecrets from six.moves import input -from apiclient.discovery import build +from googleapiclient.discovery import build from functools import wraps from oauth2client.service_account import ServiceAccountCredentials from oauth2client.client import FlowExchangeError