get_space_usage

Function get_space_usage 

Source
pub fn get_space_usage(
    client: &impl UserAuthClient,
) -> impl Future<Output = Result<SpaceUsage, Error<NoError>>> + Send + '_
Available on crate features async_routes and dbx_users only.
Expand description

Get the space usage information for the current user’s account.