Daniel Bankhead
Daniel Bankhead
Related: - https://github.com/googleapis/nodejs-storage/issues/2092
Fascinating, do you mind sharing a reproducible snippet? This should be captured via `try { await … } catch (e) {}`
That's strange - I'm able to capture the error just fine locally with the same code provided, with a few minor mods: `index.mjs` ```ts import crypto from "node:crypto"; import fs...
*ah, I'm assuming `google-cloud-node` version => `@google-cloud/storage`. This seems to work fine in `@google-cloud/[email protected]`
There were a number of changes upstream that may have resolved this; after digging I wasn't able to point to a particular change that would have fixed this. > Is...
@smcgivern I’m not too familiar with `pnpm`, however I’m seeing `[email protected]` in the log. Do you mind checking the gaxios version and potentially updating?
Thanks, closing for now.
In Node.js 18 we may not need `rimraf`. See the `recursive` option here: - https://nodejs.org/api/fs.html#fspromisesrmpath-options
Currently pinned for Node 14+ support
Hey @dzhiganov, the `OAuthClient` is designed for 1 context (e.g. user) at a time.