pub fn create_folder_v2<'a>(
client: &'a impl UserAuthClient,
arg: &'a CreateFolderArg,
) -> impl Future<Output = Result<CreateFolderResult, Error<CreateFolderError>>> + Send + 'a
Available on crate features
async_routes
and dbx_files
only.Expand description
Create a folder at a given path.