[][src]Module dropbox_sdk::cloud_docs

Endpoints and datatypes for Cloud Docs.

Structs

Content
GetContentArg
GetMetadataArg
GetMetadataError
GetMetadataResult
LockArg
LockResult
LockingError
RenameArg
RenameError
RenameResult
UnlockArg
UnlockResult

Empty message for unlock

UpdateContentArg
UpdateContentResult
UserInfo
UserPermissions

Enums

CloudDocsAccessError
ContentPurpose
GenericErrorTag
GetMetadataErrorTagUnion
LockingErrorTag
LockingErrorTagUnion
RenameErrorTag
RenameErrorTagUnion
UpdateContentError

Functions

get_content

Fetch the binary content of the requested document. This route requires Cloud Docs auth. Please make a request to cloud_docs/authorize and supply that token in the Authorization header.

get_metadata

Fetches metadata associated with a Cloud Doc and user. This route requires Cloud Docs auth. Please make a request to cloud_docs/authorize and supply that token in the Authorization header.

lock

Lock a Cloud Doc. This route requires Cloud Docs auth. Please make a request to cloud_docs/authorize and supply that token in the Authorization header.

rename

Update the title of a Cloud Doc. This route requires Cloud Docs auth. Please make a request to cloud_docs/authorize and supply that token in the Authorization header.

unlock

Unlock a Cloud Doc. This route requires Cloud Docs auth. Please make a request to cloud_docs/authorize and supply that token in the Authorization header.

update_content

Update the contents of a Cloud Doc. This should be called for files with a max size of 150MB. This route requires Cloud Docs auth. Please make a request to cloud_docs/authorize and supply that token in the Authorization header.