Skip to content

Tag: google-api

Google api v3 calandar quickadd php

I’m trying to create events in my google calendar with the google quickadd API. Here is my code: I keep getting the error below. Can someone please tell me why? Fatal error: Uncaught GoogleServiceException: { “error”: { “code”: 401, “message”: “Request is missin…

Fetch sender email address in Gmail message list API

I’m using Gmail API to fetch email address (of the sender) for last 10 emails. URL: https://developers.google.com/gmail/api/v1/reference/users/messages/list But Users.messages: list API returns message resource (which includes only email ID). And for fetching sender email address, I have to make one Use…