google-api-php-client icon indicating copy to clipboard operation
google-api-php-client copied to clipboard

A PHP client library for accessing Google APIs

Results 84 google-api-php-client issues
Sort by recently updated
recently updated
newest added

#### Environment details - OS: NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal - PHP version: -php 8.1.x swoole - Package...

A question raised in my mind. The files in which there is the following comment: Generated by the protocol buffer compiler. DO NOT EDIT! In google/analytics-admin and google/analytics-data can I...

Add the protected `apiVersion` property to the `Resource` class to support the new api version header.

PROBLEM / CAUSE: I am using google-php-api-client to create calendar event, with service account and set the subject, subject email address is my admin account, with out subject this is...

type: question
priority: p3

#### Environment details - OS: Ubuntu 22.04 - PHP version: 7.4.3 - Package name and version: Google_Service_Gmail #### Steps to reproduce We are experiencing intermittent issue where listing gmail messages...

I've been using Google_Http_MediaFileUpload to upload videos to YouTube. I have no issue with the actual functionalities of the code, only with the type hinting that seems to be incorrect...

type: feature request

I am trying to index url using php (CodeIgniter 4) My Code Below. namespace App\Libraries; use Google_Client; use GuzzleHttp; use GuzzleHttp\Client; use CodeIgniter\HTTP; require_once ROOTPATH.'/vendor/google/apiclient-services/autoload.php'; class Google { // This...

I've got an email from Google telling me that users of my Google Client (created before 2019) will get displayed a [granular consent screen](https://developers.google.com/identity/protocols/oauth2/resources/granular-permissions?hl=de#web-applications) from June 2024. Therefore I need...

I have found that in SDK missed parameter `enable_granular_consent`. I've added this parameters to Client's configuration. Please review.

**Is your feature request related to a problem? Please describe.** It is not possible to set a timeout for the default http client. **Describe the solution you'd like** Allow Google/Client...

type: feature request
priority: p2