Upload video on youtube without client authentication using codeigniter
Here we are going to create a form in codeigniter using this form we can upload video on youtube without authentication. - download library from following link and copy src folder place it in libraries folder. https://github.com/sameerpspaceo/Youtube_Demo step 1) go to google console link where you have to create a project https://console.developers.google.com/apis Step 2) - create new project - go to library tab - enable libraries - YouTube Data API v3, YouTube Analytics API, Gmail API, Google+ API, Google Calendar API Step 3) - create credentials for new project - click on oAuth Client ID. - select Web application from Application type. - give your auth oAuth name - enter you controller Authorized redirect URIs. Auth Redirect Url ex:- http://localhost/example/youtube_controller/youtube_upload - and save it - copy your Client ID and Client secret. Step 4) - if you want to upload video without client authentication you have to follow below steps. - cre...