Function dropbox_sdk::files::paper_create [−][src]
pub fn paper_create(
client: &impl UserAuthClient,
arg: &PaperCreateArg,
body: &[u8]
) -> Result<Result<PaperCreateResult, PaperCreateError>>
This is supported on crate feature
dbx_files
only.Expand description
Creates a new Paper doc with the provided content.