SpreadSheet-Coding.com

Google Sheets API PHP Client

Create A Google OAuth Consent Screen

July 3, 2022

Part of creating an “external” web application to make use of the Google Sheets, users must give consent to your web application, and in order to do that, Google OAuth Consent Screen needs to be set up where the consent can be accepted or denied.

Google OAuth Consent Screen is the screen that Google displays to the user that is requesting a consent for the requested scopes of access together with the summary of the project and its policies. It is required for creating the credential for OAuth 2.0 Client IDs.

Requirements:

Step 1.

Click the following

Step 2.

Click “External” under “User Type“, and then click “CREATE“.

This is for testing purposes, later you can decide and select which “User Type” fits your software application requirements.

Step 3.

Input the following.

Click “SAVE AND CONTINUE“.

For this test, fill up only those required fields.

Step 4.

Click “SAVE AND CONTINUE” (under “Scopes“).

Leave other fields for this tab for this test.

Step 5.

Done.

A Google OAuth Consent Screen has been created.

References: