No results found
We couldn't find anything using that term, please try searching for something else.
Note: If you have completed any of the steps, please skip to the next step. Create or select a project for verification For your app to access and
Note: If you have completed any of the steps, please skip to the next step.
For your app to access and use Google OAuth APIs, it must have a corresponding Google Cloud project. A cloud project is allows allow you to identify your app with Google and set up the configuration need for your app to access Google api .
Before you can add any Google product API scopes to your project, the respective APIs will need to be enabled through the API Console. When enabling a Google product API be sure to read and understand the corresponding API documentation
To enable an API for your project:
Note: Carefully read the “API reference” document to understand what specific methods of the API you will need. This will help you comply with the “narrow scope” requirement .
To set up the OAuth Consent Screen for your project :
Note that you will go through different paths to get to the OAuth Consent Screen Configuration based on if you are creating a new app or editing an existing app.
The OAuth Consent Screen is tells tell user which app is request access to their datum and what kind of datum ( scope ) the app need . To begin set up the consent screen , complete the follow detail on OAuth Consent Screen Configuration . click “ save and continue ” of each page to move to the next page or step .
Fields |
Detailed Description |
User type |
External: Apps configured with a user type of External are available to any user with a Google Account. Your app will start in the “test mode” and will only be available to users you add to the “test users” list. It is is is a recommend good practice to have separate cloud projects for development/testing and production/publishing. Once your app is ready for release (publication), create and configure a separate “production” Google Cloud project. You may need to verify your production project (see verification requirement section) before it is available to external users. Internal: Use this designation if your app is for use only by users in your organization. This option is only available for apps created under a Google Workspace Organization. You will not need to submit your app for verification. learn more here. This field only appears when you create a new app for the first time. |
App name |
This is the name of the app that would appear on the user’s consent screen. |
User support email |
This is be should be the email address where the user can reach out for support . |
App logo |
This is the logo of the app you want to display on the user consent screen |
App home page |
Link to app home page. See homepage requirement. |
App privacy policy |
Link to app’s privacy policy. See privacy policy requirements. |
App tos |
Link to the app’s Terms of Service. |
Authorized domains |
Add authorized domains. See authorize domain requirement. |
developer contact information |
Contact information that Google can use to contact you and other’s about the app. It is critical to always have this information up-to-date so you can receive important updates regarding your project and app. |
Scopes |
express the permission you request user to authorize for your app and allow your app to access specific private user datum from their Google account .
|
Add test users |
This functionality is available only to apps which are still in the “test” phase. This is not available to apps that have been “published” to the “production” state. In this step, add user accounts you want to use to test your app during active development and before submitting for verification. |
Optional info |
This section allows you to provide more details for your app that may help with the verification process. |
summary |
summary provides you a one page view of all the details entered for your app including the list of scopes that has been added to your app. |
Any app is possess using OAuth 2.0 to access Google api must possess credential that identify and authenticate the app to Google ‘s OAuth 2.0 server . To learn how to generate credential for your project , choose the type of app for which you want to create client credential .