sofisl
sofisl
I'm going to close for now, but feel free to reopen if you don't get the same response. Thanks!
This [answer](https://github.com/googleapis/google-api-nodejs-client/issues/2375#issuecomment-717470917) does a great job of explaining the current state of the world, but TL;DR: calendar does not support batch requests.
HI @astanciu, after doing some digging, I've been able to reproduce your issue, except that, along with @EhtashamBukhari, I've confirmed the behavior is the same between the API explorer and...
Hello! Not sure which API is best suited for your needs, but there are a few APIs with mybusiness* [here](https://github.com/googleapis/google-api-nodejs-client/tree/main/src/apis). Examples on how to use each method live in the...
In the attempt to publish our libraries in dual-format for ESM & CJS, we've decided against publishing source maps to reduce the overall package size.
Hi @rvillane, you can get the client email with `getClient` (using a service account to authenticate), like so (note that this may not work for TS): ```const {google} = require('googleapis');...
Hi @rdatta11, I don't have too much time to dig into this right now, but I wanted to send along [these docs(https://cloud.google.com/iam/docs/workload-identity-federation#impersonation) to see if they help in the meantime.
Hi @michajas, we haven't yet supported this feature unfortunately. We are discussing the FR as it's been requested in a few other issues on this repo. We'll update once we...
@alexander-fenster, what do you think?
As a workaround, I've republished the 'latest' tag as 4.0.1. This should have been released as a breaking change. Please re-install the package at latest, it should work.