google / google/googleapis.dart
Unable to call LoggingApi.entries.tail()
- Dominant language
- Dart
- Stars
- 419
- Forks
- 136
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 5
Description
When I try to use the tail function provided in the Logging API, I am getting the following error
`[{
"error": {
"code": 400,
"message": "Invalid value (Object), ",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"description": "Invalid value (Object), "
}
]
}
]
}
}
]`
I stumbled across this [issue](https://github.com/google/googleapis.dart/issues/77) and I am assuming this is a similar bug. Can you confirm? And are there plans to use the gRPC versions to enable streaming into flutter?
Contributor guide
Assessment
This issue has not been assessed yet.