We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db84af0 + eaacf79 commit cf58f81Copy full SHA for cf58f81
pydrive/auth.py
@@ -520,7 +520,7 @@ def Authorize(self):
520
if self.access_token_expired:
521
raise AuthenticationError('No valid credentials provided to authorize')
522
self.http = self.credentials.authorize(self.http)
523
- self.service = build('drive', 'v2', http=self.http)
+ self.service = build('drive', 'v2', http=self.http, cache_discovery=False)
524
525
def Get_Http_Object(self):
526
"""Create and authorize an httplib2.Http object. Necessary for
0 commit comments