joedawson / youtube

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

A Google "client_id" and "client_secret" must be configured. #110

Closed pakcybershagufta closed 4 years ago

joedawson commented 5 years ago

More info please. Looks like you haven't setup your keys.

pakcybershagufta commented 5 years ago

image

pakcybershagufta commented 5 years ago

YOutube/auth route not found....?

joedawson commented 4 years ago

@pakcybershagufta can you confirm that you have the following setup in your .env?

GOOGLE_CLIENT_ID=YOUR_CLIENT_ID
GOOGLE_CLIENT_SECRET=YOUR_SECRET
joedawson commented 4 years ago

Closing due to inactivity.

marcuus commented 4 years ago

I have configured them but I still get the error. Are these meant to come from the credentials page or the oauth page?