Skip to main content
0 votes
0 answers
129 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
75 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
122 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
0 answers
97 views

Currently running into an issue where when I apply a change to a shared drive, rather than just the shared drive's watch channel getting notified, all 4 channels get notified. Causing 4 webhooks to ...
Kim's user avatar
  • 1
0 votes
1 answer
80 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
298 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
150 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
  • 762
0 votes
0 answers
169 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
207 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
221 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
108 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
66 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
321 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
124 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
451 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,003

15 30 50 per page
1
2 3 4 5
58