python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Delegation denied when try to send mail from another user's account - via api
In a browser, I can open my personal gmail account or I can open any delegated accounts by clicking the circle with my initial in and picking from the available delegates - no problem.
Via API however...
Gareth Hopkins
Votes: 0
Answers: 1
Accessing GMail API using Service Account, but limited to single mailbox
I'm trying to set up a Service Account that can access the GMail API, but for security purposes I want it limited to only a single mailbox (I don't want the development team to have full access to all...
ac1dr41n
Votes: 0
Answers: 1
Nodemailer 3LO OAuth give GaxiosError: unauthorized_client
In emailTransporter.js my code like below.
const nodemailer = require('nodemailer');
const { google } = require("googleapis");
const path = require('path');
const OAuth2 = google.auth.OAuth2...
Hung Vo
Votes: 0
Answers: 1
Delete a Gmail filter using Google Apps Script
I'm trying to programmatically edit Gmail filters using the Gmail API in Google Apps Script, but it seems like the only way to do this is to delete the old filter and create a new one.
I'm stuck on th...
Edward Wu
Votes: 0
Answers: 1