IPWorks Cloud 2020 Python Edition

Questions / Feedback?

account_storage_quota Property

The account's storage quota.

Syntax

def get_account_storage_quota() -> int: ...

account_storage_quota = property(get_account_storage_quota, None)

Default Value

-1

Remarks

The account's storage quota.

This property reflects the account's storage quota, in bytes, across all Google services (Google Drive, Gmail, etc.).

A value of -1 indicates that the account does not have a storage quota (i.e., it has unlimited storage).

This property is read-only.

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