Function dropbox_sdk::files::paper_create
source · pub fn paper_create(
client: &impl UserAuthClient,
arg: &PaperCreateArg,
body: &[u8]
) -> Result<Result<PaperCreateResult, PaperCreateError>>
Available 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.