This video demonstrates how our application uses the YouTube Data API scopes youtube.upload and youtube.readonly.
Features shown in this video:
Connecting a YouTube account to our app via Google OAuth.
Using youtube.readonly to retrieve and display the user’s channel name, and ID after connection.
Securely storing the access token so users can publish videos without reconnecting.
Uploading a video to YouTube using youtube.upload.
Important Notes:
We only request and use these scopes for the purposes shown in this video.
No additional YouTube or Google account data is accessed or stored.
This video is for Google OAuth verification purposes only.