youtube-upload icon indicating copy to clipboard operation
youtube-upload copied to clipboard

Improve Error Handling within YoutubeUploader

Open chand1012 opened this issue 4 years ago • 0 comments

Description: Improve error handling within the YouTubeUploader class methods.

Additional context Here is a list of errors to check for:

  • Check to see if video file is under 128GB.
  • Check handle both a missing client_secrets.json and no client_secret and client_id input.
  • Handle failed uploads.

How to get started: Write error handling for the above errors.

Acceptance Criteria: All three of the above errors are handled.

chand1012 avatar Jan 06 '21 19:01 chand1012