4,343 questions
0
votes
0
answers
49
views
Follow-up email using Gmail API appears as a new conversation even with threadId and In-Reply-To headers
I'm using the Gmail API in Node.js to send automated follow-up emails that should appear as part of an existing conversation thread.
Here's what I'm doing:
I retrieve the original thread using gmail....
0
votes
0
answers
53
views
Gmail API OAuth 2.0 Token Expiration – Post SMTP Connection Fails Intermittently
I'm using the Gmail API integration with the Post SMTP plugin on my WordPress site. The setup and initial configuration were smooth, and everything works perfectly after connecting. However, I'm ...
0
votes
1
answer
52
views
Gmail Authorization popup not showing up
I'm a newbie, creating an android app that uses Google's CredentialManager API for auth. I also go on to request authorization for my Gmail Account (read only). I have attached my functions to request ...
-1
votes
1
answer
90
views
Gmail API Send As Permissions
I've written some PowerShell that can send messages with an account's default address via the Google API. However, I'm not able to send messages as any of the "send as" addresses—Messenger ...
2
votes
0
answers
74
views
Gmail Pub/Sub Push Notifications Reach Cloud Run but Not My Python Webhook App
My objective is to develop Python scripts that read the current messages in the client's Gmail inbox, and read the live messages coming through the client's Gmail inbox. This data will eventually by ...
0
votes
1
answer
69
views
Send mails from alias using alias' SMTP in Google Script
I have a Google script that sends mails given some data in a Spreadsheet. The mail is sent with GmailApp using an alias set on Gmail settings. This alias is a PEC, the italian "certified mail ...
0
votes
1
answer
100
views
Gmail API HTML message with UTF-8 character-set extended characters
Just converted my GCP cloud Java app to send email messages to Google Workspace via Gmail API rather than sendmail. In the past I was able to format HTML UTF-8 and send extended characters, but now it ...
0
votes
0
answers
32
views
Gmail API: Uploaded Emails Show Today's Date in GUI Instead of Original Date
I'm using the Gmail API to upload .mbx files into a Gmail account, but I’ve encountered an issue where the uploaded emails display today’s date (the date/time I execute the script) in the Gmail GUI ...
0
votes
1
answer
81
views
Java Google Mail API send "Precondition check failed" - 400 Bad Request for Service Account server-to-server no user
In response to Google's recent change to disallow username/password access to Google Workspace accounts from Google Cloud VM-instances, I am attempted to replace sendmail calls with Google API calls ...
0
votes
0
answers
36
views
How to open a specific react native app screen from a gmail link?
In my react-native app, I've implemented deep linking so I can access my reset password page from a gmail link sent after "forgot-password". The component is opening from adb command, but ...
3
votes
1
answer
202
views
Receiving error with GmailApp.SendEmail all of a sudden
I have an Appscript program that I've used for a long time. It sends me an email with an attachment. The attachment is a Google sheet that has been exported to an xlsx format.
All of a sudden, I'm ...
0
votes
0
answers
71
views
having problem using gmail-api ,There something wrong with Gmail.buidler , i think i'm adding credentials wrong way
so this is my first project in spring boot (noob) , i wanted to created this gmail sending service, i got code from some repository but it's not working , i saw official documents , but they are ...
6
votes
4
answers
447
views
Multiple different attachments using Gmail API in Django
How do I account for sending multiple (or no) attachments (via request.FILES) in Django using the Gmail API, so I can store the legacy message ID (ie "FBf…MiD") for future retrieval to reply ...
0
votes
0
answers
68
views
getting Module not found error for credentials.json when they are there (web app)
? Error: Cannot find module '/Users/user/Desktop/contratos/credentials.json'
when calling this function from the docs:
async function authorize() {
let client = await ...
-1
votes
1
answer
110
views
How do you successfully use Google's python quickstart API in a Colab environment?
This is kind of a follow up to this question I asked 2 years ago. I'm revisiting the work I've done in the past, and trying to get my old scripts to work (... again). And, I'm getting stuck (... again)...