[][src]Crate dropbox_sdk

Modules

auth
client_trait

Everything needed to implement your HTTP client.

common
contacts
dbx_async
file_properties

This namespace contains helpers for property and template metadata endpoints.

file_requests

This namespace contains endpoints and data types for file request operations.

files

This namespace contains endpoints and data types for basic file operations.

paper

This namespace contains endpoints and data types for managing docs and folders in Dropbox Paper.

seen_state
sharing

This namespace contains endpoints and data types for creating and managing shared links and shared folders.

team
team_common
team_log
team_policies
users

This namespace contains endpoints and data types for user management.

users_common

This namespace contains common data types used within the users namespace.

Structs

Error

The Error type.

HyperClient
Oauth2AuthorizeUrlBuilder

Builds a URL that can be given to the user to visit to have Dropbox authorize your app.

Enums

ErrorKind

The kind of an error.

Oauth2Type

Which type of OAuth2 flow to use.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.