Skip to main content

Function: buildGoogleDriveStatus()

function buildGoogleDriveStatus(args: {
accountLabel: string | undefined;
common: CloudStatusCommonArgs;
deps: CloudStatusBuilderDependencies;
}): Promise<CloudStatusSummary>;

Defined in: electron/services/cloud/internal/CloudStatusBuilders.ts:196

Builds a CloudStatusSummary for the Google Drive provider.

Parameters

args

accountLabel

string | undefined

common

CloudStatusCommonArgs

deps

CloudStatusBuilderDependencies

Returns

Promise<CloudStatusSummary>

Remarks

The account label is read by CloudService (from settings) and passed in to keep this builder module side-effect free.