Back to DropboxUsers - Get Space Usage
Get the space usage information for the current user's account.
Output
type: object
description: |
Information about a user's space usage and quota.
used: The user's total space usage (bytes).
allocation: The user's space allocation.
properties:
allocation:
type: object
description: >
Space is allocated differently based on the type of account.
individual: The user's space allocation applies only to their individual
account.
team: The user shares space with other members of their team.
other: None
properties:
.tag:
title: Choice of SpaceAllocation
type: string
enum:
- individual
- team
- other
individual:
type: object
description: |
allocated: The total space allocated to the user's account (bytes).
properties:
allocated:
type: number
description: The total space allocated to the user's account (bytes).
team:
type: object
description: >
used: The total space currently used by the user's team (bytes).
allocated: The total space allocated to the user's team (bytes).
user_within_team_space_allocated: The total space allocated to the
user within its team allocated space (0 means that no restriction is
imposed on the user's quota within its team).
user_within_team_space_limit_type: The type of the space limit imposed
on the team member (off, alert_only, stop_sync).
properties:
allocated:
type: number
description: The total space allocated to the user's team (bytes).
used:
type: number
description: The total space currently used by the user's team (bytes).
user_within_team_space_limit_type:
type: object
description: >
The type of the space limit imposed on a team member.
off: The team member does not have imposed space limit.
alert_only: The team member has soft imposed space limit - the
limit is used for display and for notifications.
stop_sync: The team member has hard imposed space limit - Dropbox
file sync will stop after the limit is reached.
other: None
properties:
.tag:
title: Choice of MemberSpaceLimitType
type: string
enum:
- 'off'
- alert_only
- stop_sync
- other
user_within_team_space_allocated:
type: number
description: >-
The total space allocated to the user within its team allocated
space (0 means that no restriction is imposed on the user's quota
within its team).
used:
type: number
description: The user's total space usage (bytes).