google-apiclient
google-apiclient copied to clipboard
Google api php client wrapper with Cloud Platform and Laravel support
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]'...
Hi, I need to get all the contacts associated with an email. Do you have any examples to do this? Thanks.
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();...
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,...
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",...
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  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?