Integrate the Google functionality with a third-party app or use the Google API, you will require the Google App. You will create the google app for Gmail, Google Calendar, Google Contact, Google docs, and many more Google features list.
Follow the below steps and you will create the Google APP in few minutes:-
1)Open the URL âhttps://console.developers.google.comâ.
2) If not log in then login to Google account.
3) Please accept the terms and policy for further process.
4) Go to the header and click on âSelect a projectâ drop-down.

5) Popup will open if you already create any project then select or click on the â+â icon button.


6) Enter the project name and click on create button.

7) Click on â+ ENABLE APIS AND SERVICESâ.

8) Go to the search box and enter the name of the âAPIâ like âGmail APIâ and browser will redirect to the search result page.

9) Open the searched API and click on the âenableâ button.

10) Goto the left bar and click on âcredentialsâ.

11) Click on âCONFIGURE CONSENT SCREENâ.

12) Enter âApplication nameâ.

13) Enter âAuthorized domainsâ for which you want to enable the app.
14) Enter your website URL in the Application Homepage link field and click on the save button.
15) Click on âCreate credentialsâ dropdown and select the âOAuth client IDâ.

16) Go to application type and select âWeb Applicationâ.

- Enter your application name in âNameâ field. It will display to the third party users when they will try to use the google app.
- Enter the website domain in âAuthorized JavaScript originsâ. For example https://websitedomain.com
- Enter the endpoint URL in âAuthorized redirect URIsâ, where you want to redirect the user. You will enter the URL like https://websitedomain.com/sigin_gmail. Signin_gmail is the endpoint name.
- Click on the create button.
17) Popup will open with âClient IDâ and âClient Secretâ.

For more details, videos, and documentation for this add-on, please click here.




