Expand description
Google Drive CloudHome implementation.
Uses the Google Drive REST API v3 with OAuth 2.0 tokens. Files are stored flat
in a single folder — path separators are escaped by
the key_encoding helpers). The read/read_range/list/delete methods are
the shared OAuthRestHome implementations; this file supplies only the Drive
request shapes, the page parser, the upload paths, and sharing.
Structs§
- Google
Drive Cloud Home - Google Drive cloud home backend.