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 features dbx_files and unstable only.
Expand description

Creates a new Paper doc with the provided content.

Stability

PREVIEW: This function may change or disappear without notice.