🔑 Setup Google API Credentials
Configure your OAuth credentials to start uploading
📋 How to get your credentials:
- Go to Google Cloud Console
- Create a new project or select existing one
- Enable YouTube Data API v3 in APIs & Services → Library
- 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
- Go to APIs & Services → Credentials
- Click Create Credentials → OAuth client ID
- Application type: Web application
- Add Authorized redirect URI:
http://localhost/tool/oauth_callback.php
- Download the JSON file or copy the credentials below
← Back to Channel Authorization