Skip to content

Accesses YouTube API (v3) via GCP OAuth 2.0 Client to upload local mp4 files. Audit request required for public uploads

Notifications You must be signed in to change notification settings

rmpsc/YT-Video-Uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Video Uploader

Quick and conveinent youtube uploads for local mp4 files

How it works

Python program connects to YouTube API via pickle file which must be enabled through a GCP project. OAuth 2.0 Client must also be created through GCP for successful authorization of API scopes. Including mp4 file and video details as JSON data following YouTube API documentation allows private uploads. Currently fixing error with pickle file.

Public uploads

GCP projects after July 28, 2020 now require owners to submit an audit request to allow public uploads.

Scopes

https://www.googleapis.com/auth/youtube.upload
https://www.googleapis.com/auth/youtube
https://www.googleapis.com/auth/youtubepartner
https://www.googleapis.com/auth/youtube.force-ssl

Documentation

YouTube API

About

Accesses YouTube API (v3) via GCP OAuth 2.0 Client to upload local mp4 files. Audit request required for public uploads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages