Skip to main content

Questions tagged [gmail-api]

Use the Gmail API to add Gmail features to your app. RESTful access to threads, messages, labels, drafts and history. Easy to use from modern web languages.

gmail-api
1 vote
1 answer
15 views

Gmail search query not working in postman

I am using gmail api to fetch messages. I am giving the request parameter as: "from:[email protected] is:unread". Here I am not getting messages in response when my mailbox has one. Note that ...
Prachi Dhingra's user avatar
0 votes
0 answers
29 views

in gmail compose, loading of new signature updated via gmail app or appscript addon does not work unless gmail page is refreshed

The requirement is to use a dynamic signature as soon as Gmail default compose button is clicked. Option 1: Tried with below to set the signature. It does so, but then unless I reload the Gmail page, ...
Vandana Chadha's user avatar
0 votes
1 answer
21 views

Prevent Google from applying email filters when uploading mail

I have an application that imports email messages into Gmail using this API: https://www.googleapis.com/upload/gmail/v1/users/GoogleId/messages When I do this, Gmail applies previously created ...
Jeff McKay's user avatar
0 votes
0 answers
7 views

Tier 2 static scan CASA for laravel project

I need to verify laravel application that uses restricted api from gmail, I need to provide CASA scanning test, I read that the tier 2 for static scanning is open source and I can do it by my self,but ...
abdekrazek mostafa's user avatar
0 votes
0 answers
11 views

How to set up gmail API from an AWS VM without webbrowser?

I'm trying to authenticate myself from a VM without a web-browser. I'm following this link: https://developers.google.com/gmail/api/quickstart/python Unfortunately when I run: $python3 quickstart.py, ...
ruben's user avatar
  • 139
0 votes
0 answers
36 views

Replies to an email sent via the Gmail API from the UI don't show up when listing messages of the thread when calling users.threads.get

Scenario: I have two accounts for this: Account A and Account B. I have sent an email to Account B from Account A. Account A and Account B are in different Google Workspace domains. I used the Gmail ...
Rafa Guillermo's user avatar
-1 votes
0 answers
34 views

API Quota limit 250 Query

I want to know API limit of 250 per user per second means 250 is concerned to the developer account of company or 250 is the limit to user's email that we integrate like we are x company and we have a,...
Varun Deepak Kotwani's user avatar
-1 votes
1 answer
63 views

Replying to same thread using Gmail API

I am trying to implement a feature to reply to an email thread using the Gmail API. Despite my efforts, the replies are being sent as new messages instead of being threaded under the original email. ...
Manohar's user avatar
0 votes
1 answer
47 views

Specifying "From" field using Gmail API with service account with domain-wide authority (Python)

I have a webapp sending mail through the Gmail API using a service account that is impersonating a user account ([email protected]) through domain-wide access. The emails are sending fine, but I want my ...
cambridgecircus's user avatar
0 votes
0 answers
59 views

Need to send emails programmatically using Gmail API

I have configured my Gmail client to use my official company domain using Google's SMTP to send emails manually. This works like a charm and have been using this for more than 1 year. Now I need to ...
Devansh Garg's user avatar
0 votes
0 answers
47 views

Getting service acount credential in GKE

I have GKE cluster that uses a custom service-account. I'm using it to access Google API (Gmail API). But, when I use final List<String> SCOPES = List.of(GmailScopes.GMAIL_READONLY); ...
anz's user avatar
  • 1,002
0 votes
1 answer
56 views

How do I find the message ID of a mail from the attachment ID, using gmail APIs

working with get message attachment method, which has both message id and attachment id as parameters, I found that the attachment id is unique, and the message id parameter is not required to get ...
Aswin Jose's user avatar
1 vote
0 answers
57 views

Error when decoding an attachment with python from an email obtained with the Gmail API

I hope someone can help me. I am trying to download the attachments of an email where DMARC reports arrive from a domain, I download them using the Gmail API, according to the API documentation the ...
Adolfo Israel Ramírez Reséndiz's user avatar
0 votes
0 answers
58 views

Using IMMUTABLE_HTML inserts HTML twice in mail

We are building a Gmail addon with Google Apps Script. We have run into a strange problem where Apps Script inserts HTML twice into the composed email. This is example code where "HELLO" ...
Jakob Christensen's user avatar
0 votes
0 answers
58 views

sending OAuth gmail from a web server as a specific workspace user in Java

I am a google workspace administrator, and we use gmail for our domain. I have a server-side application that sends out email as a specific gmail user, say "[email protected]". This ...
Azad Bolour's user avatar

15 30 50 per page
1
2 3 4 5
289