Craig Baker

Results 1 comments of Craig Baker

I hit this problem as well, and was able to hack around it by closing all of the underlying httplib2.Http object's connections after every call to `GoogleDriveFile.GetContentFile()`: ``` file.GetContentFile(path) for...