google-api-php-client
google-api-php-client copied to clipboard
A PHP client library for accessing Google APIs
Through Google_Service_ShoppingContent_Product I am unable to set the sale price of a product to empty, as I must supply a Price object to the function, which seemingly cannot be set...
Similar to `useApplicationDefaultCredentials`, we should look into enabling Self Signed JWTs by default. Right now this is possible, but only by providing custom credentials, e.g: ```php use Google\Auth\ApplicationDefaultCredentials; use Google\Auth\Credentials\ServiceAccountCredentials;...
Ensures `profile` scope is added for `id_token` tests - otherwise these tests will not return an ID token
Interestingly, this error has stayed on the page for as long as it has. I was about to implement it when I noticed it took me to the wrong endpoint.
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. Hello,...
#### Environment details - OS: Linux - PHP version: 8.1 - Package name and version: v2.17.0 #### Steps to reproduce 1. https://indexing.googleapis.com/batch use with Google_Service_Indexing 2. Google_Service_Indexing_UrlNotification to get response...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
Using this library I have to use different methods to retrieve Users, Groups, or Aliases. Is this right or am I wrong? But if I have an e-mail address and...
**PLEASE READ**: We are using [https://developers.google.com/my-business/reference/qanda/rest/v1/locations.questions/list](https://developers.google.com/my-business/reference/qanda/rest/v1/locations.questions/list) to get locations questions and answers but every time i am getting error error": { "code": 400, "message": "Request contains an invalid argument." }...