@sellbuyrent me
If you read the instructions under your plugin settings there you will find those links normally....
Go to the Google API Console..
Select an existing project from the projects list, or click NEW PROJECT to create a new project:
Enter the Project Name.
Under the Project Name, you will see the Google API console automatically creates a project ID. Optionally you can change this project ID by the Edit link. But project ID must be unique worldwide.
Click on the CREATE button and the project will be created in some seconds.
In the left side navigation panel, select Credentials under the APIs & Services section.
Select the OAuth consent screen tab, specify the consent screen settings.
In Application name field, enter the name of your Application.
In Support email field, choose an email address for user support.
In the Authorized domains, specify the domains which will be allowed to authenticate using OAuth.
Click the Save button.
Select the Credentials tab, click the Create credentials drop-down and select OAuth client ID.
In the Application type section, select Web application.
In the Authorized redirect URIs field, enter the following redirect URLs:
https://yoursite.com/ggl/1 https://yoursite/index.php?page=custom&route=ggl-redirect&gglLogin=1Click the Create button.
A dialog box will appear with OAuth client details, note the Client ID and Client secret. This Client ID and Client secret allow you to access the Google APIs.