googleapis / google-cloud-node

Google Cloud Client Library for Node.js
https://cloud.google.com/nodejs
Apache License 2.0
2.87k stars 584 forks source link

Google meet listConferenceRecordsAsync filter #5160

Open yixiangfeng opened 3 months ago

yixiangfeng commented 3 months ago

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":

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

Environment details

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

ihor-zhakun commented 3 months ago

+1