Google Apps Script – How to Fill Out OAuth Client Verification Form

google-apps-scriptoauth

In order to avoid a warning that your Apps Script code is "Unsafe" and not verified, you need to fill out an Apps Script OAuth Client Verification form.

Link to Application Form:
OAuth Developer Verification Form

I filled out the form and submitted it, but my request was not approved because I need to link my Privacy Policy to the OAuth Consent screen in the Google Cloud Console.

But I'm not sure where to find the place to enter the link to my privacy policy.

Best Answer

  1. Access the Credentials section of the project at Google Cloud Console.
    • https://console.developers.google.com/apis/credentials/consent?project=project-id-#####
  2. Click "OAuth consent screen".
  3. Input the link to "Privacy policy URL".
  4. Click "Save" button.

The "Privacy policy URL" input field is outlined by a red line.

enter image description here