Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.57 KB

Generate_credentials.md

File metadata and controls

45 lines (23 loc) · 1.57 KB

How generate credentials.json

First of all, go to Google Cloud Console and create a new project.

stage 1

Chose a name for your project and click on Create button.

stage 2

Then, go to OAuth consent screen, chose external user type and click on Create button.

stage 3

Fill out Application name, User support email and Developer email address and click on Save and continue button 3 times and finally click on Back to dashboard button.

stage 4

And click on Publish app button.

stage 4

Then, we need to allow Google Calendar API to access your google account. Select Library tab.

stage 5

Search for Google Calendar API and select it.

stage 6

After that, click on Enable button.

stage 7

Now, you can generate your credentials.json file. Select Credentials tab and click on Create credentials button and choose OAuth client ID.

stage 8

Select Desktop app as Application type, fill out Application name and click on Create button.

stage 9

Then, download your generated credentials file.

stage 10