videosphere
    Preparing search index...
    • 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<GoogleResumableProbeResult>

      Whether to resume, treat the upload as already complete, discard the session, or fall back to the stored offset when the probe is inconclusive.