...

/

Generate API Keys

Generate API Keys

Learn to generate API keys required to call the Blogger APIs.

Now, we'll use the JSON file downloaded in the previous lesson to generate the API keys. We'll use our OAuth credentials from the JSON file to generate the authorization code that'll in turn enable us to generate the access token required to make API calls.

Generate authorization code

Step 1: Copy "client_id," "client_secret," and "project_id" from the downloaded JSON file.

Step 2: ...