Skip to content

CloudConnection

type CloudConnection = object;
optional automatic_refresh: "live" | "delayed" | "unavailable";

cloud_drive_id: string;

cloud_drive_provider:
| "airtable"
| "airtable_api_key"
| "dropbox"
| "google"
| "onedrive"
| "notion"
| "smartsheet"
| "url";

cloud_file_id: string;

cloud_file_path: string;

display_name: string;

optional href: string;

id: string;

should_ping: boolean;

state: "active" | "inactive" | "degraded";