google-cloud-node icon indicating copy to clipboard operation
google-cloud-node copied to clipboard

Google meet listConferenceRecordsAsync filter

Open yixiangfeng opened this issue 1 year ago • 1 comments

Thanks for stopping by to let us know something could be better!

PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.

Please run down the following list and make sure you've tried the usual "quick fixes":

  • Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues
  • Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
  • Check our Troubleshooting guide: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/troubleshooting
  • Check our FAQ: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/faq

If you are still having issues, please be sure to include as much information as possible:

Environment details

  • which product (packages/*): google-apps-meet
  • OS: mac
  • Node.js version: v20.10.0
  • npm version: 10.2.3
  • google-cloud-node version:

Steps to reproduce

  const request = {
      filter: `startTime > "2012-04-21T11:30:00-04:00"`
  };

  const iterable = meetClient.listConferenceRecordsAsync(request);
  for await (const response of iterable) {
      console.log(response);
  }

error:

          {
            "field": "filter",
            "description": "Invalid filter was provided"
          }

what is the problems

yixiangfeng avatar Mar 21 '24 12:03 yixiangfeng

+1

ihor-zhakun avatar Apr 04 '24 11:04 ihor-zhakun

Please follow documentation here

sofisl avatar Feb 03 '25 19:02 sofisl