fluxtube.forklabs.cc
OAuth callback
Authentication code received
Paste this into the terminal running oauth-bootstrap, then press Enter.
… State (verify this matches what your terminal printed)
… You can close this tab once your terminal confirms the token exchange succeeded.
Google returned an error
Error code: …
…
Likely causes
-
access_denied— you clicked "Cancel" instead of "Allow" on the Google consent screen. Re-runoauth-bootstrapto try again. -
invalid_client— theYOUTUBE_CLIENT_IDin your local.dev.varsdoesn't match a real OAuth client. Check the Google Cloud Console (APIs & Services → Credentials). -
redirect_uri_mismatch— Google Cloud's "Authorized redirect URIs" list doesn't includehttps://fluxtube.forklabs.cc/oauth/callback. Add it under the OAuth 2.0 Client ID configuration. -
admin_policy_enforced— a Google Workspace admin has restricted OAuth grants for your account. Out of FluxTube's reach to fix.
Nothing to show
You probably landed here by clicking a stale link or refreshing after the code was already used.
To start a new OAuth flow, run
./scripts/sync-worker-secrets.sh production --refresh-youtube-token
from your local checkout of
FluxTube.