diff --git a/pydrive/auth.py b/pydrive/auth.py index e0b7e58..cb1f901 100644 --- a/pydrive/auth.py +++ b/pydrive/auth.py @@ -529,5 +529,6 @@ def Get_Http_Object(self): :rtype: httplib2.Http """ http = httplib2.Http(timeout=self.http_timeout) + http.redirect_codes = http.redirect_codes - {308} http = self.credentials.authorize(http) return http