Select Settings, from side menu. Go to tab Google Street View.

Settings Google Street View tab

Google APIs

1) Login into your Google Cloud account.

2) Click on the project drop-down menu at the top of the page and select New Project and create a new one.

Google Cloud New Project drop-down
Create New Project screen

3) In the left-hand navigation menu, click on APIs & Services > Library

APIs and Services Library menu

4) Search and enable all the APIs listed in the field above.

Enable APIs step 1
Enable APIs step 2
Enable APIs step 3

5) In the left-hand navigation menu, click on APIs & Services > Credentials

6) Click the + CREATE CREDENTIALS button at the top of the page.

7) Select API key from the drop-down menu.

Select API key from drop-down

8) Copy the API key in the field above.

Copy API key

Google OAuth2

1) In the left-hand navigation menu, click on APIs & Services > Credentials

2) Click the + CREATE CREDENTIALS button at the top of the page.

3) Select OAuth client ID from the drop-down menu.

Select OAuth client ID

4) As application type select Web application.

Select Web application type

5) Click the + ADD URI button in the Authorized redirect URIs section and enter the corresponding link you find above.

Add authorized redirect URI
Redirect URI entered

6) Click the CREATE button and copy the Client ID and Client Secret in the fields above.

Client ID field
Client Secret field

Consent Screen

1) In the left-hand navigation menu, click on APIs & Services > OAuth consent screen

OAuth consent screen menu

2) Follow the on-screen instructions to create and configure your consent screen.

As Application Type choose External.

Fill in the following information:

  • Application name: your application name
  • Application home page: https://******/backend/login
  • Application privacy policy link: write your inside settings → legal → privacy policy, and then put this link https://******/backend/login?privacy
  • Application terms of service link: write your inside settings → legal → terms and conditions, and then put this link https://******/backend/login?terms
  • Authorized domain: your main domain link ******

On Scope section add these: People API (../auth/userinfo.profile) and Street View Publish API (.../auth/streetviewpublish)

3) Once the application is finished and tested you can proceed with publishing.