Skip to content

YouTube

YouTube is a widely popular online video sharing and social media platform owned by Google. It allows users to upload, view, rate, share, add to playlists, report, comment on videos, and subscribe to other users.

Key features of YouTube:

  1. Vast Range of Video Content: Offers a wide variety of videos across multiple genres.
  2. Live Streaming Capabilities: Allows users to broadcast live to their audience.
  3. Recommendation System: Personalizes content suggestions based on viewing history.
  4. Monetization Opportunities: Content creators can earn money through the YouTube Partner Program.
  5. Integration with Devices and Platforms: Accessible on a multitude of devices and integrated with various platforms.
  6. User Interaction: Features like comments, likes, and shares enable audience engagement.
  7. Content Creator Tools: Provides tools for content creation, editing, and analytics.
  8. Subscriptions: Users can subscribe to channels to follow their content.
  9. Playlists: Allows the creation and sharing of video playlists.
  10. Accessibility Features: Includes options like captions and adjustable playback speeds.

Triggers:

  • New video in channel: Triggers when a new video is published to a specific Youtube channel.
  • New video by search: Triggers when a new video is uploaded that matches a specific search string.

Connect with YouTube:

  1. Log in to your Google account.

  2. Go to API Library in Google Cloud console. YouTube_01.jpg

  3. Click the Select a project drop-down menu at the top of the page, and click the New Project button. YouTube_02.jpg

  4. Enter a name for your project and click the Create button. YouTube_03.jpg

    TIP

    >In case you've already connected another Google service using the same API skip the following steps and proceed to step 8.

  5. Go to API Library in Google Cloud console. YouTube_04.jpg

  6. Search for People API in the search bar and click on it.

  7. Click on Google People API in the list. YouTube_05.jpg

  8. Click the Enable button to enable the API. YouTube_06.jpg

  9. Repeat steps 4, 5, 6, and 7 for the Youtube Data API. YouTube_07.jpg YouTube_08.jpg YouTube_09.jpg

  10. Go to the OAuth consent screen in Google Cloud console.

  11. Select External here for starting your app in testing mode at first. Click the Create button. YouTube_10.jpg

  12. Fill in App NameUser Support Email, and Developer Contact Information. Click the Save and Continue button. YouTube_11.jpg

  13. Skip adding or removing scopes and click the Save and Continue button. YouTube_12.jpg

  14. Click the Add Users button and add a test e-mail address because only test users can access the app while publishing status is set to "Testing". YouTube_13.jpg

  15. Enter an e-mail address and click the Add button in the Add User window.

    WARNING

    Make sure to use the same e-mail address you're logged into Google with as the test user e-mail address.

YouTube_14.jpg

  1. Click the Save and Continue button to complete the configuration of the consent screen.YouTube_15.jpg
  2. Go to Credentials in Google Cloud console.YouTube_16.jpg
  3. Click the Create Credentials button and select the OAuth client ID option. YouTube_17.jpg
  4. Select the application type as Web application. YouTube_18.jpg
  5. Fill in the Name field. YouTube_19.jpg
  6. Go to Mation and navigate to My Apps and Add a new connection choosing YouTube from the list. YouTube_20.jpg YouTube_21.jpg
  7. Copy the OAuth Redirect URL.
  8. Go back to Google Cloud Console and click the Add URI button in the Authorized redirect URIs section. YouTube_19.jpg
  9. Paste the OAuth Redirect URL into the Authorized redirect URIs field and click the Create button. YouTube_22.jpg
  10. Copy the Your Client ID value from the following pop-up and paste it into the Client ID field on Mation. YouTube_23.jpg
  11. Copy the Your Client Secret value from the same popup and paste into the Client Secret field on Mation. YouTube_24.jpg
  12. Click the Submit button.
  13. A pop-up window appears. Select your Google account. YouTube_25.jpg
  14. Click the Continue button.YouTube_26.jpg
  15. Check the All calendars checkbox. YouTube_27.jpg
  16. Scroll down to the bottom of the pop-up window and click the Continue button.
  17. Your YouTube connection is now established. YouTube_28.jpg
  18. Start using your new YouTube connection with Mation.