A simple app to quickly upload your videos to youtube.
You can title the project however you want.
Search for the YouTube Data API V3, and enable it.
Go to the credentials tab, click "Create Credentials, and select OAuth Client ID"
Add "http://localhost:8080" as an authorized JavaScript origin and redirect URI
Either publish the OAuth app, or go to the OAuth consent screen tab, and add your desired account to upload videos with as a test user.
Inside the app, copy your Client ID and Client Secret into the configuration tab of the app
- Add App Icons
- Video modifications (trimming)
- Automatically validate credentials before allowing user to upload
- Back button after video uploads returns to home page
- Clean codebase