joedawson / youtube

Upload a video to a single YouTube channel with Laravel 5.
MIT License
175 stars 105 forks source link

Code 401: Invalid Credentials #100

Closed satoved closed 1 year ago

satoved commented 5 years ago

Trying to upload several videos one by one. Some of the randomly get response from youtube: "code": 401, "message": "Invalid Credentials"

I know that this error should be related to invalid token, but the next video gets uploaded with the same token from the DB. They appear randomly and I don't understand what are they related to.

Maybe someone got the same issue?

joedawson commented 4 years ago

Will take a look at this very soon, looks similar to #98 too.