google-api-nodejs-client Questions

1

I'm attempting to build an email parser that responds to a gmail pubsub message. I am currently able to receive and parse the pubsub message and extract the historyId, but I'm having trouble authen...

1

Solved

I am a Python developer, but the circumstances of a project I am working on now, oblige me to find a solution in Node.js This is the easy python code to send mail but, is there a google app engi...

1

Solved

I am trying to connect to Google Analytics Reporting API v4 from my Node server (running as a Firebase Cloud Function). I want to authenticate using JWT, as per this example: http://nali.org/google...

1

I have a Firebase web app, and want that any user can login and authorize my web app to access his Google Calendars (read/write) on Client AND Server side (to manage calendars when the user is onli...

1

I am using windows 10. Have installed npm version 5.6.0,node v8.10.0 and Python 2.7. Getting grunt-sass is not installed even after installing npm using the command "npm install". After that I ins...

2

Solved

I am including a gmail.js file to do the Gmail integration on my website. But when I require gmail.js in another file, Node.js throws a typeError. I have the following code In my gmail.js file. I h...
Adaptation asked 13/2, 2018 at 8:5

1

Solved

In Google's People API, is it possible to access/change contact's notes? Person definition When a contact is created https://contacts.google.com/, it is possible to set the field "Notes", that's w...
Hemimorphite asked 28/12, 2017 at 11:55

3

Solved

I am getting the following error when I execute the node.js script, I tried to investigate a lot by adding console.log() to trace the error but could not find any solution. [Note: I have also searc...
Tremble asked 30/1, 2015 at 10:10

2

I'm using this npm library - https://www.npmjs.com/package/googleapis and I'm using the following Express routes as /user/: /* Redirect to the google login page */ router.get('/login', function (...

1

I would like to fetch all the google private connections of a user signed in from my app. I've enabled the Google People and the Google Plus API's. I set up the credentials API key, client id &...

1

Solved

I am using the 'googleapis' library in NodeJS and I am trying to return the list of files and folders in the currently specified folder, but instead I find drive.files.list returns all files that t...
Guimar asked 4/1, 2017 at 17:47

2

Solved

I'm interesting in execute a query using the "group_concat" BigQuery function. When I execute the query directly in the BigQuery interface, the query ends successfully, but when I try to execute th...
Zenobiazeolite asked 23/12, 2016 at 9:33

2

Solved

I am trying to rename or move a folder in google cloud storage using the gcloud api. A similar question explains how to delete a folder: Delete folder in Google Cloud Storage using nodejs gcloud a...
Bloodcurdling asked 10/12, 2016 at 11:38

2

Solved

I'd like to access a public calendar using Google's REST API. Google's calendar API suggests I need an OAuth token to get access to calendars: https://developers.google.com/google-apps/calendar/a...

4

These codes are stored in separate file and I tried to call the get method from this file to another nodejs, but I am getting only [Function] as a out put. Can any one tell me how to call the get...
Stinger asked 17/2, 2016 at 13:37

0

I have created an Android app, which requests "Server auth code" from the user and sends it to Backend which is in Nodejs. Now, I want to authenticate this token with the GoogleSign In API and get ...
Affluence asked 25/7, 2016 at 10:27

1

I'm implementing OAuth 2.0 in Electron to use the Google Calendar API and realize that a client_secret is required. Searching around I see two options: Hard-coding / Packaging the secret inside...

1

I am current using npm psi to do psi tests against a site which is publicly accessible (except with basic authentication). All of my attempts to use the username:password@ convention have failed m...
Luteous asked 5/6, 2015 at 9:17

1

Solved

Where I work we use Google Apps for Work. For the last 9 months we've been using the Gmail API (~2,000 requests per day) to pull in new emails for our support email accounts. This is how we origi...

1

Solved

I'm using the node version of the google api client. i.e.: google-api-nodejs-client. As part of this I'm setting up oauth-flow (the 'google webserver' flow to be exact.) As part of authentication...
Strand asked 19/8, 2014 at 13:30

1

Solved

We're using Google Cloud Storage to store pictures uploaded by our users. For some reason, it stopped to work today. var googleapis = require('googleapis'); var GoogleAuth = require('google-auth-l...

2

Solved

I want to send an email through Google API without the unnecessary OAUTH2 parameters. I only have the access_token and the refresh_token of that user. How can I send an email through Gmail API thr...
Newcomer asked 8/4, 2015 at 1:23

1

Solved

I wish to send an email with an attachment through gmail. I'm using google-api-nodejs-client for node.js. My current message sending code is: var gmailClass = google.gmail('v1'); gmailClass.user...

1

Solved

I'm trying to send an email through Google API. I'm using googleapis for Google API access in node.js . My issue is that when I try to send a simple mail with no attachments, I get the following ...
Rolfston asked 8/8, 2014 at 15:41

1

I'm trying to use the new Gmail API with the Google API Node client. I created a new project from the developer console, set up a new "Service Account" Client ID, and enabled access to the API. A...
Herne asked 2/7, 2014 at 4:39

© 2022 - 2025 — McMap. All rights reserved.