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.