Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
44 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 ...
flymike's user avatar
  • 945
1 vote
1 answer
139 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 ...
Eric's user avatar
  • 10.7k
0 votes
1 answer
64 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 ...
Coanda's user avatar
  • 393
1 vote
1 answer
112 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 ...
bloodleh's user avatar
  • 555
0 votes
0 answers
79 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/...
Eric's user avatar
  • 10.7k
0 votes
0 answers
68 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 ...
Mfoq's user avatar
  • 19
0 votes
0 answers
74 views

I'm trying to create a authorization with GoogleAPI using a service account. The goal is to fetch and insert data into google calendar. I've created a service account, shared it with my calendar and ...
OwenRoman's user avatar
1 vote
1 answer
112 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 ...
arun kumar's user avatar
1 vote
1 answer
104 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 ...
Eric's user avatar
  • 13
0 votes
1 answer
118 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 ...
csotelo's user avatar
  • 1,487
0 votes
1 answer
137 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 ...
Gregg Moore's user avatar
0 votes
1 answer
64 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 ...
chrissabato's user avatar
0 votes
0 answers
63 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->...
Matthias's user avatar
1 vote
1 answer
123 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 ...
Lyccos N.'s user avatar
1 vote
1 answer
546 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: $...
Abid Saigol's user avatar

15 30 50 per page
1
2 3 4 5
143