Skip to main content

Module dropbox

Module dropbox 

Source
Expand description

Dropbox CloudHome implementation.

Uses the Dropbox HTTP API v2 with OAuth 2.0 (PKCE) tokens. Files live under a folder using path-based access — no filename encoding. The read/read_range/list/delete methods are the shared OAuthRestHome implementations; this file supplies only the Dropbox request shapes (POST with a Dropbox-API-Arg header), the page parser, the upload session, and sharing.

Structs§

DropboxCloudHome
Dropbox cloud home backend.