python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AdminDirectory Delete Google Group Aliases
I am trying (and failing) to delete a Google Group Alias.
function deleteGroupAlias() {
// 1st Option
try{
var groupKey = "02r0uhxc4l270gq";
var resource = { aliases: [ 'testeandoab...
Joaquin Pagliettini
Votes: 0
Answers: 1
How to transfare owner ship of disk folder to non domain account?
I would like to transfer a folder owner permission to a non domain account.
But there is an issue which doesn't allow me to do it for non-owned accounts.
How could I transfer the permission?
8888
Votes: 0
Answers: 1
Google scope to list users in domain?
I've been using the users.list method to get a list of all users in a domain. The docs say, we need one of theses scopes:
https://www.googleapis.com/auth/admin.directory.user
https://www.googleapis.c...
CPI
Votes: 0
Answers: 1
Google Script to save attachment to GDrive, without duplicating
Using Google Workspaces, I need a script to move an attachment from a daily email - with always the same sender, subject and attachment name - to a folder in Google Drive.
I've tried several of the sc...
Lauren Smith
Votes: 0
Answers: 1