From b0582bab9fb26b7b9c1764c12a298bdc1aa6c116 Mon Sep 17 00:00:00 2001 From: Aaron <44r0n7+Claude@pm.me> Date: Sat, 23 May 2026 12:00:59 -0400 Subject: [PATCH] Fix API key guide with accurate step-by-step flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected based on actual Google Cloud Console experience: - Step 3 is now 'Create credentials' button on the API details page (not left sidebar) - Choose Public data → Next to generate the key - Key shown immediately on screen; can copy and use as-is - Optional restriction flow: Restrict key → type youtube → select API → OK → Save → Credentials sidebar → Show key Co-Authored-By: claude-flow --- vidflow.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/vidflow.html b/vidflow.html index 1b80a8f..dd2bf5e 100644 --- a/vidflow.html +++ b/vidflow.html @@ -302,14 +302,16 @@ body.idle .gt,body.idle .gb,body.idle .gr,body.idle .gl{opacity:0;transition:opa
What is an API key?

An API key is a short code that lets VidFlow talk to YouTube on your behalf so it can search for playlists. It is free, takes about 60 seconds to create, and you only ever need one.

Step 1 — Open the YouTube API page
-

Click the link below and sign in with any Google account (Gmail works fine).

+

Click the link below and sign in with any Google account (Gmail works fine). Google may auto-create a project for you — that is normal.

⧉ YouTube Data API v3 on Google Cloud

Step 2 — Enable the API
-

Click the blue Enable button. If asked to create a project, click Create Project and accept the defaults.

-
Step 3 — Create a key
-

In the left sidebar click Credentials. Then click Create Credentials at the top and choose API Key. Google will generate a key instantly.

-
Step 4 — Copy & paste
-

Click Copy on the key that appears, then paste it into the VidFlow setup screen and press Enter VidFlow.

+

Click the blue Enable button. You will land on the API details page.

+
Step 3 — Create credentials
+

On the API details page, click the Create credentials button in the top-right callout. Choose Public data and click Next.

+
Step 4 — Copy your key
+

Your API key is shown immediately. Copy it and paste it into VidFlow — you can use it as-is. Google recommends restricting it (optional but good practice).

+
Optional — Restrict the key
+

Click Restrict key, then open the Select API restrictions dropdown, type youtube, select YouTube Data API v3, click OK, then Save. After saving, go to Credentials in the left sidebar and click Show key to copy your final key.