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

PHP samples for Google Workspace APIs

Results 43 php-samples issues
Sort by recently updated
recently updated
newest added

Fix request update function. Array in array. Have a good day

php

## Expected Behavior Response from running `php quickstart.php` ``` Labels: - CHAT - SENT - INBOX - IMPORTANT - TRASH - DRAFT - SPAM - CATEGORY_FORUMS - CATEGORY_UPDATES - CATEGORY_PERSONAL...

The snippet shown in https://developers.google.com/classroom/guides/manage-users#php is wrong : the scope should be https://www.googleapis.com/auth/classroom.rosters and not https://www.googleapis.com/auth/classroom.profile.photos NB : In the Python version of the same snippet, the scope is not...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | require-dev | patch | `9.5.20` -> `9.5.21` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google/cloud-tools](https://togithub.com/GoogleCloudPlatform/php-tools) | require-dev | pin | `^0.8` -> `0.8.5` | |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [duncan3dc/cache](https://togithub.com/duncan3dc/cache) | require | major | `~0.4` -> `~1.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [monolog/monolog](https://togithub.com/Seldaek/monolog) | require-dev | major | `^1.17` -> `3.1.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google/cloud-tools](https://togithub.com/GoogleCloudPlatform/php-tools) | require-dev | minor | `^0.8` -> `0.12.0` | ---...

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...