The c# Document.QuotaBytesUsed is of type UInt32, which has a max value of 4GB.
Google now supports files up to 10GB in size, so this type should be changed to
a UInt64.
I don't want to make a patch to documententry.cs and docrequest.cs, as I'm not
sure what sort of type is actually returned by the server.
Original issue reported on code.google.com by andrew.f...@gmail.com on 20 Aug 2011 at 2:14
Original issue reported on code.google.com by
andrew.f...@gmail.com
on 20 Aug 2011 at 2:14