I am trying to upload videos to youtube using my Android application. But first of all, I must implement the OAuth authentication protocol. Luckily, I am able to access the redirect_uri and the auto generated code. Now, I want the exchange the authorization code for access tokens but for that I need to have the client_secret for making the POST request to the google server. Unlucky for me, there is no client_secret key in my google console account.
I have tried to download the JSON object from console but there isn't any client_secret key.