Discuss this help topic in SecureBlackbox Forum
The number of quota bytes used by Google Drive.
Declaration
[C#/Java]
long QuotaBytesUsed;
[VB.NET]
Property QuotaBytesUsed As Long
[Pascal]
property QuotaBytesUsed: Int64;
[C++]
int64_t get_QuotaBytesUsed();
[PHP]
integer get_QuotaBytesUsed()
Description
Use this property to get the number of quota bytes used.
Discuss this help topic in SecureBlackbox Forum