2. Create project - NoSubstitute/userDelegationWebApp GitHub Wiki

To be able to enable the Gmail API for the service account in your script you need a standard GCP project.

That's done in a few steps, and we'll go through them below.

  1. Go to the Manage resources page in the Cloud Console. Agree to the ToS if this is your first visit.
  2. On the Select organization drop-down list at the top of the page, select the organization in which you want to create a project. If you are a free trial user, skip this step, as this list does not appear.
  3. Click Create Project.
  4. In the New Project window that appears, enter a project name (I suggest userDelegation) and select a billing account as applicable. A project name can contain only letters, numbers, single quotes, hyphens, spaces, or exclamation points, and must be between 4 and 30 characters.
  5. Enter the parent organization or folder in the Location box. That resource will be the hierarchical parent of the new project.
  6. When you're finished entering new project details, click Create.

Select your project.

Next step