Skip to main content

YouTube

TryPost supports uploading YouTube Shorts.

Connect your account

  1. Go to Accounts in the TryPost dashboard
  2. Click Connect YouTube
  3. Authorize TryPost with your Google account
  4. Select the YouTube channel to connect

Supported content types

OAuth scopes

https://www.googleapis.com/auth/youtube.upload, https://www.googleapis.com/auth/youtube.readonly, https://www.googleapis.com/auth/youtube.force-ssl, https://www.googleapis.com/auth/yt-analytics.readonly yt-analytics.readonly powers the Analytics dashboard’s YouTube view.

Self-hosting setup

  1. Go to Google Cloud Console and create a project
  2. Enable the YouTube Data API v3 and YouTube Analytics API
  3. Create OAuth 2.0 credentials
  4. Add the scopes listed above to the OAuth consent screen
  5. Set the redirect URL to {APP_URL}/accounts/youtube/callback
  6. Add to your .env:
The same Google credentials are used for YouTube and Google Login. Add both callback URLs to your OAuth client.