Function dropbox_sdk::paper::docs_create
source · [−]pub fn docs_create(
client: &impl UserAuthClient,
arg: &PaperDocCreateArgs,
body: &[u8]
) -> Result<Result<PaperDocCreateUpdateResult, PaperDocCreateError>>👎 Deprecated
Available on crate feature
dbx_paper only.Expand description
Creates a new Paper doc with the provided content. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. This endpoint will be retired in September 2020. Refer to the Paper Migration Guide for more information.