php-samples icon indicating copy to clipboard operation
php-samples copied to clipboard

Google Calendar QuickStart - Error in vendor/google/auth/src/OAuth2.php

Open nafiudanlawal opened this issue 5 years ago • 1 comments

(Please search existing issues before creating a new one.)

**Uncaught InvalidArgumentException: missing the required redirect URI in vendor/google/auth/src/OAuth2.php:675 **

Expected Behavior

Script should run by without any errors.

Actual Behavior

Uncaught InvalidArgumentException

Steps to Reproduce the Problem

1.Follow The QuickStart Guide from https://developers.google.com/calendar/quickstart/php 2. Run Script.

Specifications

  • PHP version: 7.3.23-4
  • OS : ubuntu18.04.1

nafiudanlawal avatar Jan 11 '21 11:01 nafiudanlawal

This still seem to exist for multiple examples. I just ran into this with https://developers.google.com/people/quickstart/php

vrelk avatar Aug 27 '22 16:08 vrelk