IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

accountDriveUsage (property)

Amount of storage used in Google Drive.

Syntax

@property (nonatomic,readonly,assign,getter=accountDriveUsage) long long accountDriveUsage;
- (long long)accountDriveUsage;
public var accountDriveUsage: Int64 {
  get {...}
}

Default Value

-1

Remarks

Amount of storage used in Google Drive.

This property reflects the storage usage, in bytes, for all items in the account's Google Drive (including trashed items).

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]