google-api-php-client-services
google-api-php-client-services copied to clipboard
#### Environment details - OS: FreeBSD - PHP version: 8.3.6 - Package name and version: v0.396.0 #### Description In https://github.com/googleapis/google-api-php-client-services/blob/main/autoload.php#L5 there is a check for `src/Google/Client.php` file existence. A fix...
**Is your feature request related to a problem? Please describe.** A year and a half ago, [I filed an issue](https://github.com/googleapis/google-api-php-client-services/issues/2439) about missing properties from the `Google\Service\Iam` class related to service...
Hi there. Since the array was waiting for a bool to come in but the actual value was a bool, I will create a PR for correcting the problem. If...
#### Environment details - OS: WINDOW 11 - PHP version: 8.3 - Package name and version: "google/apiclient": "^2.18" #### Steps to reproduce I am working on the filter the AdvertiserCreatives...
https://www.googleapis.com/auth/business.manage OAuth scope reuired for this service
Bumps [django](https://github.com/django/django) from 2.2.28 to 4.2.16. Commits 6f9fea3 [4.2.x] Bumped version for 4.2.16 release. bf4888d [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e... d147a8e [4.2.x] Fixed...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [django](https://redirect.github.com/django/django) ([changelog](https://docs.djangoproject.com/en/stable/releases/)) | `==5.2.8` → `==5.2.9` |  |  | ### GitHub...
Bumps [django](https://github.com/django/django) from 5.2.8 to 5.2.9. Commits c14b756 [5.2.x] Bumped version for 5.2.9 release. 99e7d22 [5.2.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i... 479415c [5.2.x] Fixed CVE-2025-13372 --...
I want to invoke the api at https://developers.google.com/my-business/reference/rest/v4/accounts.locations.reviews/list to retrieve the google reviews of my business on my website which is made in drupal(php), I can't locate which api class...
The [GET request of the Group Setting API](https://developers.google.com/workspace/admin/groups-settings/v1/reference/groups/get) returns XML, but the google-api-php-client-services expects JSON. It returns an empty [Google\Service\Groupssettings](https://googleapis.github.io/google-api-php-client-services/doctum/Google/Service/Groupssettings/Groups.html) class. #### Environment details - PHP version: 8.3.6 Composer packages:...