Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
0 votes
0 answers
50 views

Getting this error when Patching an event with new attendees. BUT we are NOT inviting attendees (sendNotifications is false, and sendUpdates = 'none'). We cannot do Domain Wide Delgation (nor do we ...
1 vote
1 answer
217 views

I'm having a hard time understanding what is and what is not deprecated. In the The Google API client, if you click on the "auth" guide, you end up with a message "gapi.auth2 has been ...
0 votes
1 answer
71 views

I would like to use the Members function of the Admin SDK of Google. I'm using PHP and Codeigniter 3. I created a Service Account in the Google Cloud Console. My Codeigniter model: use Google\Client ...
1 vote
1 answer
137 views

I have a web app made with PHP (Laravel more specifically, but doesn't really matter) where I am implementing Google OAuth 2.0 authentication for users in customer Google Workspaces. I have created an ...
0 votes
0 answers
84 views

When login with Google and using Google API Client PHP, I exchange a code and obtain token and user_id. I save the token and user_id for that user. <script src="https://accounts.google.com/gsi/...
0 votes
0 answers
78 views

I'm working with the Google Sheets API to update a chart's data range and axis styling. The data range update works fine, but changes to the BOTTOM_AXIS text style (e.g., setting font size to 50 and ...
1 vote
1 answer
133 views

I have installed CodeIgniter using downloaded zip file. I am trying to integrate google sign in in the application. I have included the google-php-client using the code as below. <?php namespace ...
1 vote
1 answer
128 views

I am new to Google Calendar API, and am having a tough time getting the program to work. I am trying to build a webpage to allow other users to book appointments, and the appointment will be auto ...
0 votes
1 answer
123 views

I want to create a google workspace user for my organization from PHP google library, but my code show a 403 error: { "error": { "code": 403, "message": "Not ...
0 votes
1 answer
144 views

I'm hoping someone can pint me in the right direction. I am succesfully pulling events, calendars, multiple calendars, etc, uding the Google Calendar API. However, the results are showing each and ...
0 votes
1 answer
71 views

I'm using the Google PHP Library with a service account and I'm trying to get the name of a document in a shared team drive by using the document ID. The service account is a content manager on the ...
0 votes
0 answers
68 views

I have a PHP script adding lines to a Google Spreadsheet. It all works perfectly fine. $client = new Google_Client(); $client->setApplicationName("Google Sheets API"); $client->...
1 vote
1 answer
137 views

I have this page view counter showing the views for the current post. I'm using an Google APIs Client Library for PHP and it worked fine with Google Analytics UA but now that GA4 took place definitely ...
1 vote
1 answer
593 views

I am trying to use a service account to view and access Shared Drives using the Google API. I using PHP with the google/apiclient version v2.16.0 library to access the API. Here is my code example: $...
0 votes
1 answer
105 views

As per my question, I want to filter the campaign's metrics based on the date range filter read the below code: /** * Runs the example. * * @param GoogleAdsClient $googleAdsClient the Google Ads ...

15 30 50 per page
1
2 3 4 5
143