videosphere
    Preparing search index...

    Function fetchAllYouTubePlaylists

    • Paginates through all of the authenticated user's YouTube playlists.

      Parameters

      • accessToken: string

        OAuth access token with YouTube read scope.

      • Optionalsignal: AbortSignal

        Optional abort signal.

      Returns Promise<
          | { ok: false; error: PlatformUploadError }
          | { ok: true; items: { id: string; title: string }[] },
      >

      Full playlist id/title list, or a structured failure from any page.