google-apiclient icon indicating copy to clipboard operation
google-apiclient copied to clipboard

Google api php client wrapper with Cloud Platform and Laravel support

Results 24 google-apiclient issues
Sort by recently updated
recently updated
newest added

I am unable to create a service object which accept constructor params. Please refer following example ```php $userPermission = new Google_Service_Drive_Permission(array( 'type' => 'user', 'role' => 'writer', 'emailAddress' => '[email protected]'...

stale

Hi, I need to get all the contacts associated with an email. Do you have any examples to do this? Thanks.

stale

I'm finding that when I use the Facades with a service account I'm getting incorrect scope errors. Basically this returns a list of books: ``` php $client = new \Google_Client();...

stale

I'm an Google Admin of my own organization. Google API keys and API access all setup and ready to go. My goal is to manage Gmail accounts without OAuth auth,...

stale

From what I can tell, Google Cloud Vision is included in the API services. I've got everything setup but when I try to run a basic test (using an example...

-reasonPhrase: "No Content" -statusCode: 204

Upon upgrading to package 3.\* (now using google api 2.*) and running `composer update`, the REST.php script in the google api library is throwing the following exception: `{ "error": "invalid_request",...

stale

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

Google Sheets API now uses underscores instead of backslash which causes the package to throw UnknownServiceException error https://developers.google.com/sheets/api/guides/values#write_multiple_ranges ![image](https://github.com/pulkitjalan/google-apiclient/assets/8445427/f2f7cdfb-e630-426b-86a6-2d733d8322e6) vendor\pulkitjalan\google-apiclient\src\Client.php ``` /** * Getter for the google service. * *...

It seems approval_prompt has deprecated long time ago. Can we replace the approval_prompt to prompt?