videosphere
    Preparing search index...

    Function probeGoogleDriveResumableSession

    • Probes a stored resumable upload session to learn the provider-confirmed byte offset.

      Parameters

      • input: {
            sessionUrl: string;
            accessToken: string;
            totalBytes: number;
            contentType: string;
            signal?: AbortSignal;
        }

        Session URL, auth, and declared total file size.

      Returns Promise<GoogleDriveResumableProbeResult>

      Whether to resume, treat the upload as already complete, or discard the session.