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
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.
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
Click the blue Enable button. If asked to create a project, click Create Project and accept the defaults.
-In the left sidebar click Credentials. Then click Create Credentials at the top and choose API Key. Google will generate a key instantly.
-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.
+On the API details page, click the Create credentials button in the top-right callout. Choose Public data and click Next.
+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).
+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.