tnctvl / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

.NET file sizes limited to 2^32 (4GB) 10GB now supported #535

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Thanks, fixed in rev. 1125

Original comment by ccherub...@google.com on 29 Aug 2011 at 9:38