James Cline
James Cline
Update on this, file sizes are now accurate. Google Documents files have size 0, but they aren't downloadable, anyway.
One thing worth checking on is if, now that the connection during the file list phase isn't destroyed and libcurl may be able to reuse it, this reduces the time...
Need to move urlencoding and filename encoding functions into str.
At first glance, it looks like it's not getting everything back from the request it makes or the JSON it gets is somehow malformed. I'm not terribly familiar with Squid,...
I modified your comment to remove the oauth tokens from the responses. It appears as though the closing `}` is missing from the JSON. Offhand I don't see why that...
Heh, yeah... Either of those could be adequate to break the JSON parsing. I have an idea for a hack that might fix this most of the time, but I'm...
As of f156f520068872a6631f981657032a9d2580a5e7 the framework for this is partially complete.
0c9e34efa4395cd8e0d7cdc29859b4b460470bdc updates file listing to the new curl interface. (I should really remember to use the ticket numbers in my commits.)
I'm suggesting providing an interface so that people can provide their own deserialization classes without having to hack `Check()`. There may be a more idiomatic way of doing this, but...
That sounds perfect for what we would need.