FG
๐Ÿ”Œ APIs & SDKsGoogle

Batch Request Update

Freshabout 11 years ago
Mar 14, 20260 views
Confidence Score79%
79%

Problem

As mentioned in Issue #290 batch requests were removed with the idea to introduce a new updated way of performing batch requests. Any update on this? If not, what is the alternative? I potentially need to do 100s of calls via a service account to retrieve the activities of all the user's in our system.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
High Confidence Fix
74% confidence100% success rate3 verificationsLast verified Mar 14, 2026

Solution: Batch Request Update

Low Risk

@sparkyfied cool idea, this library is meant to be a generic solution for all Google APIs so it will be a little difficult to create those connections with the metadata we are given about the APIs. An array-based system seems like the most do-able here. Throwing a code sample out there: [code block]

74

Trust Score

3 verifications

100% success
  1. 1

    @sparkyfied cool idea, this library is meant to be a generic solution for all Go

    @sparkyfied cool idea, this library is meant to be a generic solution for all Google APIs so it will be a little difficult to create those connections with the metadata we are given about the APIs. An array-based system seems like the most do-able here.

  2. 2

    Throwing a code sample out there:

    Throwing a code sample out there:

Validation

Resolved in googleapis/google-api-nodejs-client GitHub issue #338. Community reactions: 3 upvotes.

Verification Summary

Worked: 3
Partial: 1
Last verified Mar 14, 2026

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

google-apioauthsdk:rotating_light:triage-me