Expand description
Drive Files API wrapper.
files.list returns full metadata per hit in one call via the fields
parameter — unlike Gmail’s messages.list (which needs a follow-up
messages.get per hit), so there is no ids-then-enrich split and no
--enrich/search_summaries analog (src/gmail/messages_api.rs’s
sibling concept has nothing to mirror here).
Structs§
- Files
Api - Files API façade.
Constants§
- DEFAULT_
SEARCH_ LIMIT - Default
limitfordrive searchwhen--limitis omitted. Mirrorscrate::gmail::messages_api::DEFAULT_SEARCH_LIMIT. - HARD_
CAP - Per-call upper bound on
FilesApi::search_all, even when the caller passeslimit = 0. - MAX_
PAGE_ LIMIT - Maximum
pageSizeaccepted byGET /drive/v3/files.