joedawson / youtube

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

Re-authenticate #117

Closed sunzid02 closed 4 years ago

sunzid02 commented 4 years ago

Hello, After following the steps and visited /youtube/callback i get this error "$_GET['code'] is not set. Please re-authenticate.".

Can you tell me how can I fixed this issue? I'm using Laravel 5.5

Thanks.

joedawson commented 4 years ago

You wouldn't visit /youtube/callback directly. You should add the callback URL to you project in the Google API Console.

You can then visit /youtube/auth to authenticate your Google account.