How to retrieve Client ID & Client secret

 

Client Id & Client secret:

  1. Login to https://console.cloud.google.com

  2. Create a new project / use existing project.

    1. Select your project.

    2. Click APIs & Services.

    3. Go to Credentials Tab.

      1. Existing OAuth 2.0 Client IDs

        1. You can either click on download or open the client id created.

        2. Here you will find client Id and client secret.

          image-20240419-062547.png

      2. Create New OAuth 2.0 Client ID.

        1. Click on create credentials.

          image-20240419-062918.png

        2. Select OAuth client ID

        3. Select the Application type as Web Application

        4. Give an appropriate name.

        5. Add “https://app.eazydi.com “ in authorized redirect URIs

        6. Click create.

        7. Refer to the above section to retrieve client id and secret.

Â