googleworkspace / php-samples

PHP samples for Google Workspace APIs
Apache License 2.0
288 stars 347 forks source link

client ID correct type. #69

Open CFPro opened 3 years ago

CFPro commented 3 years ago

The documentation says to select the type of 'other' in order to avoid Uncaught InvalidArgumentException: missing the required redirect URI

Expected Behavior

Be able to select 'other' type when creating oAuth 2.0

Actual Behavior

'other' does not exist.

Steps to Reproduce the Problem

  1. https://developers.google.com/sheets/api/quickstart/php
  2. Click 'Enable the Google Sheets API'
  3. Select name
  4. Select type, no 'other' exists.

Specifications