Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google meet listConferenceRecordsAsync filter #5160

Open
yixiangfeng opened this issue Mar 21, 2024 · 1 comment
Open

Google meet listConferenceRecordsAsync filter #5160

yixiangfeng opened this issue Mar 21, 2024 · 1 comment

Comments

@yixiangfeng
Copy link

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

  • 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

@ihor-zhakun
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants