Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to download your_client_secret_File.json file

i am using YouTube API but first, I need the credential file which is your_client_secret_File.json. By following this tutorial https://developers.google.com/youtube/analytics/reference/reports/query in python section. I could not find the (Download Json) as they said.

like image 736
Key Jun Avatar asked Sep 06 '18 09:09

Key Jun


1 Answers

Where to download this JSON file is explicitly stated in the instructions.

  1. Go to your Google API Console where you'll login using your Gmail account.

  2. Head to Credentials to create an OAuth Client ID of type Other. https://developers.google.com/youtube/analytics/reference/reports/query

Credentials page looks like this: enter image description here

Select OAuth client ID and choose Other:

enter image description here

After creating it, it'll appear on your list of credentials:

enter image description here

You can DOWNLOAD it by clicking the 'DOWN' arrow on the farthest right of the page:

enter image description here

like image 101
noogui Avatar answered Sep 25 '22 08:09

noogui