Appearance
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:
- Vast Range of Video Content: Offers a wide variety of videos across multiple genres.
- Live Streaming Capabilities: Allows users to broadcast live to their audience.
- Recommendation System: Personalizes content suggestions based on viewing history.
- Monetization Opportunities: Content creators can earn money through the YouTube Partner Program.
- Integration with Devices and Platforms: Accessible on a multitude of devices and integrated with various platforms.
- User Interaction: Features like comments, likes, and shares enable audience engagement.
- Content Creator Tools: Provides tools for content creation, editing, and analytics.
- Subscriptions: Users can subscribe to channels to follow their content.
- Playlists: Allows the creation and sharing of video playlists.
- 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:
Log in to your Google account.
Go to API Library in Google Cloud console.
Click the Select a project drop-down menu at the top of the page, and click the New Project button.
Enter a name for your project and click the Create button.
TIP
>In case you've already connected another Google service using the same API skip the following steps and proceed to step 8.
Go to API Library in Google Cloud console.
Search for People API in the search bar and click on it.
Click on Google People API in the list.
Click the Enable button to enable the API.
Repeat steps 4, 5, 6, and 7 for the Youtube Data API.
Go to the OAuth consent screen in Google Cloud console.
Select External here for starting your app in testing mode at first. Click the Create button.
Fill in App Name, User Support Email, and Developer Contact Information. Click the Save and Continue button.
Skip adding or removing scopes and click the Save and Continue button.
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".
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.
- Click the Save and Continue button to complete the configuration of the consent screen.
- Go to Credentials in Google Cloud console.
- Click the Create Credentials button and select the OAuth client ID option.
- Select the application type as Web application.
- Fill in the Name field.
- Go to Mation and navigate to My Apps and Add a new connection choosing YouTube from the list.
- Copy the
OAuth Redirect URL
. - Go back to Google Cloud Console and click the Add URI button in the Authorized redirect URIs section.
- Paste the
OAuth Redirect URL
into theAuthorized redirect URIs
field and click the Create button. - Copy the
Your Client ID
value from the following pop-up and paste it into theClient ID
field on Mation. - Copy the
Your Client Secret
value from the same popup and paste into theClient Secret
field on Mation. - Click the Submit button.
- A pop-up window appears. Select your Google account.
- Click the Continue button.
- Check the All calendars checkbox.
- Scroll down to the bottom of the pop-up window and click the Continue button.
- Your YouTube connection is now established.
- Start using your new YouTube connection with Mation.