google / google/googleapis.dart

Unable to call LoggingApi.entries.tail()

Open
#407 11 comments 0 reactions 0 assignees View on GitHub
google-internal-issue-needed override-needed package:googleapis
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.