Top "Gmail-api" questions

Use the Gmail API to add Gmail features to your app.

NSURLConnection initWithRequest is deprecated

I am adopting the Gmail API in iOS and I am getting the warning: initWithRequest is deprecated in the following …

ios gmail-api xcode7
Can we access GMAIL API using Service Account?

I have a desktop application to read mail using GMAIL API over REST Interface. I want to use service account …

c# google-oauth service-accounts gmail-api
How to get full message body in Gmail?

I want to get full message body. So I try: Message gmailMessage = service.users().messages().get("me", messageId).setFormat("full").…

java gmail gmail-api
How to send an email using Gmail API and Java

I have a Web Service deployed on Openshift. Currently what I'm developing is a kind of sending an automated email …

email jakarta-mail google-oauth google-api-java-client gmail-api
Retrieve email/message body in html using Gmail API

Is there any way to retrieve message body in html form using GMail api ? I have already gone through the …

python gmail-api
Download Attachments from gmail using Gmail API

I am using Gmail API to access my gmail data and google python api client. According to documentation to get …

python email gmail gmail-api
Gmail API for sending mails in Node.js

Disclaimer: I have followed Google's own Node.js quickstart guide and successfully connect and use the gmail.users.labels.list() …

node.js gmail-api google-api-nodejs-client
Gmail REST API : 400 Bad Request + Failed Precondition

I'm trying to send mails based on Gmail REST API using google java api services. I have configured through Google …

java rest google-cloud-endpoints gmail-api
Using Refresh Token Exception { "error" : "invalid_grant" }'

I've successfully built an application that fetches an access and refresh token. In my script I check if the access …

token gmail-api
Google API quickstart.py error KeyError: '_module'

Using Gmail API. My client secret file is downloaded and working for Ruby. When I try the quickstart.py (python) …

python google-api gmail-api