Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
30 views

Service accounts cannot invite attendees without Domain-Wide Delegation of Authority - but NOT inviting any

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
84 views

Google Auth with Google Identity Services in the front end deprecation confusion [duplicate]

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
46 views

How to use a Google Service Account with Admin SDK?

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
79 views

Google directory API returns 403: "Not Authorized to access this resource/api" for OAuth client in PHP web app

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
68 views

google api php client re-use user token to call service as user after login?

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
63 views

Google Sheets API - Unable to style BOTTOM_AXIS (text color and font size) after updating chart range

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
64 views

Google Calendar API: Google\Client returns null credentials and token using service account

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
87 views

CodeIgniter 4.5.5 - Uncaught Error: Class "CodeIgniter\Log\Logger" not found -

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
94 views

Google Calendar Add Event in PHP

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
0 answers
29 views

I want to register employee information data using the Google API but without having to create custom schemas

I want to register Employee Information data using the Google API but without having to create custom schemas. With the API and PHP, I managed to create users, but I can't register data in the ...
Carlos Manuel Yarleque Campos's user avatar
0 votes
1 answer
76 views

Creating google user in php: Not Authorized to access this resource/api

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
125 views

Google Calendar API: Requesting only existing events

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
54 views

Get file name from id with Google Drive PHP Library

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
56 views

Why is Google Sheets PHP API failing when I insert a line manually in Google Sheets?

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
105 views

How to retrieve the page views for a post/page in Google Analytics 4?

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

15 30 50 per page
1
2 3 4 5
…
143