Skip to main content

All Questions

1 vote
1 answer
70 views

Google Meet Space creation using meet api and service account Error: 7 PERMISSION_DENIED: Permission denied on resource Space (or it might not exist)

Iam trying to create meeting spaces using service accounts, but i get "Error: 7 PERMISSION_DENIED: Permission denied on resource Space (or it might not exist)" although i followed the same ...
Wisely D Cruizer's user avatar
0 votes
1 answer
49 views

How to assign Google Workspace licences using Appscript and a Service Account (SA)?

Is there a way to assign a Google Workspace Business Standard Licence to a user of a domain, using Appscript and a service account, but without having to use the rights of the user executing the ...
Yassine Salah's user avatar
1 vote
1 answer
100 views

How to restrict Service Account read-access of Gmail-API to specific accounts

I need a service account for e2e tests in order to simulate the signup-flow (sending email with initial password etc). however, as far as I am aware, gmail as a service is managed on the level of the ...
Phil's user avatar
  • 7,419
0 votes
1 answer
47 views

what is the private key?

I have difficulty understanding your explanation...(see link How to use the Gmail API, OAuth2 for Apps Script, and Domain-Wide Delegation to set email signatures for users in a G Suite domain) ...
manel31's user avatar
  • 39
0 votes
0 answers
31 views

How to setup Google App Service Account OAUTH setup with admin consent?

We're currently investigating how to send emails on behalf of our users when they authenticate through an OAUTH app. We can already do this on a per user basis, but we are investigating how to do this ...
Jens's user avatar
  • 1,144
-1 votes
1 answer
271 views

Google workload identity federation to call directory API

I'm trying to set up Google Identity Federation with AWS to make admin.directory API calls from aws lambda function. It is written in Java. I set up workload pool, created service account and ...
Sanghyun Kim's user avatar
1 vote
1 answer
67 views

Can't send an email from service account, get 400 Precondition check failed error

Trying to send an email using a service account with role owner within my project. I keep getting a 400 error that says Precondition check failed. const sendEmail = async () => { const auth = new ...
Michael Lafortune's user avatar
0 votes
1 answer
86 views

Google Calendar API problems with attendes and conferenceData

I am trying to create a video call in google calendar but the ConferenceData data arrives empty because none has been created, also when I add participants I get the error: The service calendar has ...
vcs's user avatar
  • 1
0 votes
1 answer
39 views

Trying to delete file from Google Drive Folder

Please, How can I delete my file on Google workspace from google cloud service account? my architecture is : Local machine : executing scripting. service account from Google cloud; xxxxxx@myproject-...
user avatar
0 votes
1 answer
208 views

Accessing the Google Ads API using a service account without Google Workspace Domain?

I´d like to use the Google Ads API to programmatically retrieve ads data from my Google Ads account. I`d like to use a PHP script (Laravel command and the Google Ads API PHP client library) triggered ...
wanderlusted's user avatar
0 votes
1 answer
201 views

Domain-wide delegation alternative Google Workspace service account

EDIT: We cannot enable domain wide delegation. I understand a form of this question has been asked and answered at least twice now: No longer able to see option to enable domain-wide delegation of ...
Justin Price's user avatar
1 vote
1 answer
470 views

Python: List Calendars using Google Calendar API

I am trying to list my account's Google Calendars using the Calendar API, but it is returning No Calendars Found. Below is my code: models/cal_setup.py import pickle import os.path from google.oauth2 ...
Mervin Hemaraju's user avatar
1 vote
1 answer
118 views

insufficientFilePermissions error when try to export GDrive workspace files

Encountered insufficientFilePermissions error when try to export GDrive workspace files. Error: googleapiclient.http:Encountered 403 Forbidden with reason "insufficientFilePermissions" <...
Deepak Saini's user avatar
1 vote
0 answers
132 views

403 error while calling google workspace user API with service account credentials in golang

I am getting a 403 error while trying to call google workspace list user API using service account credentials in Golang. I want to access list of all users in my google workspace programmatically in ...
zweack's user avatar
  • 141
1 vote
1 answer
258 views

PHP getting Google Calendar events list "service account" (server-to-server) not working

This code (using Google PHP API Client https://github.com/googleapis/google-api-php-client) answers "No upcoming events found.", apparently not retrieving the events since there is at least ...
teo2600's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
7