🔑 Setup Google API Credentials

Configure your OAuth credentials to start uploading

📋 How to get your credentials:
  1. Go to Google Cloud Console
  2. Create a new project or select existing one
  3. Enable YouTube Data API v3 in APIs & Services → Library
  4. Go to APIs & Services → OAuth consent screen
    • User Type: External
    • App name: YouTube Multi-Channel Uploader
    • Add your email as User support and Developer contact
    • ⚠️ IMPORTANT: In Test users section, click + ADD USERS and add your Google email
  5. Go to APIs & Services → Credentials
  6. Click Create Credentials → OAuth client ID
  7. Application type: Web application
  8. Add Authorized redirect URI: http://localhost/tool/oauth_callback.php
  9. Download the JSON file or copy the credentials below
Paste the entire JSON content from your downloaded credentials file
Make sure this matches the URI in Google Cloud Console
← Back to Channel Authorization