google-cloud-node
google-cloud-node copied to clipboard
Google meet listConferenceRecordsAsync filter
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
+1
Please follow documentation here