This video demonstrates how *Shortlab Studio* uses YouTube Data API scopes through OAuth 2.0 authorization.
Our application allows users to:
Authenticate securely with their Google account
Upload videos to their YouTube channel
Manage video metadata such as title, description, and thumbnails
View basic channel and video information
We only request the minimum required scopes to provide these features, and all data accessed is used strictly within the app’s functionality. We do not store or share user data with any third parties.
In this demo, you will see:
1. The OAuth consent screen presented to the user
2. The authorization process
3. How the application uses the granted permissions to interact with YouTube data (e.g., uploading and managing videos)
All OAuth clients used in this project are included in this demonstration.
If you have any questions, please contact: [[email protected]](mailto:[email protected])