Google API звонит через почтальона.
Получить URL https://logging.googleapis.com/v2/projects/projectid/logs/
Ошибка:
{
"error": {
"code": 400,
"message": "Invalid JSON payload received. Unknown name \"id\": Cannot bind query parameter. Field 'id' could not be found in request message.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"description": "Invalid JSON payload received. Unknown name \"id\": Cannot bind query parameter. Field 'id' could not be found in request message."
}
]
}
]
}
}