tokland / youtube-upload

Upload videos to Youtube from the command line
2.06k stars 464 forks source link

I get an unauthorized error when trying to upload. How to fix? #333

Closed VidathD closed 2 years ago

VidathD commented 2 years ago

This is the error:

[RequestError] Server response: {
  "error": {
    "code": 401,
    "message": "Unauthorized",
    "errors": [
      {
        "message": "Unauthorized",
        "domain": "youtube.header",
        "reason": "youtubeSignupRequired",
        "location": "Authorization",
        "locationType": "header"
      }
    ]
  }
}