google-api-nodejs-client
google-api-nodejs-client copied to clipboard
Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
I am new to Google API and I am trying to write an interface from OpenCart to Google Merchant Center for the product feed using the Content API. I have...
I've created a flow which creates a JWT token from a service account impersonating the mailbox account, it creates a Google Group based on some of the property names. Another...
### What you're trying to do - the goal is listening to the customer event response ### What is happening - I made one implementation of push notifications using the...
Hello! I'm trying to get a list of folders in a specific folder, using the googleapis library, it gives an error. (typescript) const folderId:string = "1U4Zucpia-a3S2fwgBJC1omsR4-15KMm2"; const search_query: string =...
We should have a document that clearly explains how to use the library (or one of the submodules from the library) with webpack. @JustinBeckwith says: > For future tracking though...
In the chat API, there is an error causing return of http 400 for any use of the media.download API. Steps to reproduce: 1) Get a valid resource ID for...
Thanks for stopping by to ask us a question! Please make sure to include: - I needs to acknowledge the in app purchase from server side, as per the android...
It seems that making API calls (e.g., to the Google Drive API) impersonating another user via Domain-Wide Delegation only works when creating a client using the `keyFile` option (and _not_...
Hi there! The current (up to v117.0.0) Google Analytics Data API (GA4) implementation is missing the `runFunnelReport`. This endpoint has been available for some months already on `v1alpha`: https://developers.google.com/analytics/devguides/reporting/data/v1/funnels I...
https://developers.google.com/drive/api/guides/folder?hl=ja#move_files_between_folders I tried to add a file to the folder according to this document, but it was parsed as a different type. https://github.com/googleapis/google-api-nodejs-client/blob/main/src/apis/drive/v3.ts#L6548-L6605 I checked the target type and the...