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