Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
186 views

I’m integrating Google Calendar using OAuth2. During testing, I noticed that refresh tokens stop working after about an hour. Issue behavior: If I connect the calendar and use the token to create a ...
Praveen G's user avatar
0 votes
1 answer
90 views

With the Google APIs Node library, I have been trying to get the datatransfer api going, to transfer ownership of all the files and directories in Drive that a quitting volunteer might have created. ...
spodell's user avatar
  • 176
0 votes
2 answers
159 views

I can run the users.list query and get the data response on the Api explorer for the Directory API (https://developers.google.com/workspace/explore?filter&discoveryUrl) and the Javascript query ...
spodell's user avatar
  • 176
0 votes
1 answer
95 views

I am attempting to use the Google Wallet node.js api with a service account. The service account comes from a different GCP project. I have granted the service account the appropriate role so that it ...
Paulw11's user avatar
  • 116k
0 votes
2 answers
384 views

I have a scenario where I am obtaining access/refresh tokens via oAuth consent. When the access token expires, the refreshed token returned after refresh is losing scopes previously acquired. Summary ...
Jason Polites's user avatar
0 votes
1 answer
172 views

I have already found a discussion regarding better debugging for GRPC: How to debug grpc call? but I am running into a scenario where even after adding those flags GRPC_VERBOSITY and GRPC_TRACE, I ...
Visrut's user avatar
  • 792
0 votes
0 answers
188 views

I have a node.js backend that uses gmail API to retrieve user emails. The problem is that for some users who recently sign up to use the app they get an "invalid_grant" error after some time....
Chris's user avatar
  • 103
0 votes
1 answer
240 views

i working with Gmail in Nextjs 15, i can get all my email, sending email, but my reply has a problem.when i reply a mail, in my mail conversation i can fetch every previous mail which is fine. but the ...
Peter Just Peter's user avatar
2 votes
2 answers
245 views

I'm trying to set up a Firebase Auth trigger for user deletion using Firebase Functions v6.1.0, but I'm getting a TypeError. Here's my minimal reproduction case: const functions = require('firebase-...
thierryb's user avatar
  • 3,758
0 votes
1 answer
127 views

So I have an electron app that performs: const { v2 } = require('@google-cloud/speech'); ... client= new v2.SpeechClient({ apiEndpoint: `us-central1-speech.googleapis.com`, keyFilename: ...
I am L's user avatar
  • 4,680
1 vote
0 answers
77 views

I'm using the the google api to measure the retention and acccording to their docs it should always return 100 datapoints but I'm getting lower than that, some as low as 71? Does anyone else have a ...
Jesper Hägglund's user avatar
2 votes
1 answer
382 views

I want to create a nodejs script that uses a service account to call gmail api on behalf of users of a domain. The service account has domain wide delegation enabled, the domain's workspace admin ...
Chirag Srinivas's user avatar
2 votes
1 answer
148 views

I'm using google YouTube API to programmatically upload videos to YouTube using my node.js server I've installed googleapis npm package on my server, and authenticate each request with OAuth2 google ...
fullstack's user avatar
  • 834
1 vote
1 answer
516 views

I am trying to move from using the entire googleapis package in my firebase cloud function (nodejs) project to using only the sub packages I need. This is what I have that works currently: const {...
MadMac's user avatar
  • 5,013
0 votes
1 answer
2k views

I am working with google cloud project (Nodejs server). I need to collect the metrics "monitoring.timeSeries.list" from google cloud using "googleapis". When i try to request API ...
Dat's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
58