googleworkspace / php-samples

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

Example is missing a state variable #93

Open humancalendar opened 2 years ago

humancalendar commented 2 years ago

I couldn't get the quickstart.php example to work until I added a $client->setState('1'); at line 34. Apparently setting a state variable is required now.

(sorry, I don't know the formal process for fixing this)