Authorize Cloud Service
Links a cloud storage provider (Google Drive, S3, Backblaze B2, Dropbox, or gated Hugging Face Storage Buckets) to the authenticated user’s account using OAuth or credentials.
Authorizations
API key must be provided in the Authorization header
Body
OAuth authorization code (required for Google Drive and Dropbox providers).
Cloud storage provider to connect.
drive, s3, b2, dropbox, hf "s3"
User-supplied name for this connection (required for all providers except Dropbox, which uses the name from the OAuth flow).
Secret Access Key (required for S3 and HF).
Access Key ID (required for S3 and HF; HF keys must begin with HFAK).
Hugging Face user or organization namespace as one safe URL path segment (required for HF).
Backblaze Application Key secret (required for B2 provider).
Backblaze Application Key ID (required for B2 provider).
OAuth state parameter returned from Dropbox redirect (required for Dropbox provider).