Available on crate features
async_routes
and dbx_users
only.Structs§
- Account
- The amount of detail revealed about an account depends on the user being queried and the user making the query.
- Basic
Account - Basic information about any account.
- Full
Account - Detailed information about the current user’s account.
- Full
Team - Detailed information about a team.
- GetAccount
Arg - GetAccount
Batch Arg - Individual
Space Allocation - Name
- Representations for a person’s name to assist with internationalization.
- Space
Usage - Information about a user’s space usage and quota.
- Team
- Information about a team.
- Team
Space Allocation - User
Features GetValues Batch Arg - User
Features GetValues Batch Result
Enums§
- File
Locking Value - The value for
UserFeature::FileLocking
. - GetAccount
Batch Error - GetAccount
Error - Paper
AsFiles Value - The value for
UserFeature::PaperAsFiles
. - Space
Allocation - Space is allocated differently based on the type of account.
- User
Feature - A set of features that a Dropbox User account may have configured.
- User
Feature Value - Values that correspond to entries in
UserFeature
. - User
Features GetValues Batch Error
Functions§
- features_
get_ values - Get a list of feature values that may be configured for the current account.
- get_
account - Get information about a user’s account.
- get_
account_ batch - Get information about multiple user accounts. At most 300 accounts may be queried per request.
- get_
current_ account - Get information about the current user’s account.
- get_
space_ usage - Get the space usage information for the current user’s account.