Google Translation API V3 Исключение Grpc.Core.RpcException

Нужно перевести текст, для этого хочу использовать Google Translation API V3. Взял код по ссылке. Проблемной является данная строка TranslateTextResponse response = translationServiceClient.TranslateText(request); На ней вылазит исключение:

Grpc.Core.RpcException: "Status(StatusCode="InvalidArgument", Detail="Invalid 'parent'.; Invalid resource name project id. Identifier must contain only lowercase letters, digits, periods, a colon, or hyphens.; Resource type: location", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1616680478.154000000","description":"Error received from peer ipv4:172.217.16.10:443","file":"T:\src\github\grpc\workspace_csharp_ext_windows_x86\src\core\lib\surface\call.cc","file_line":1062,"grpc_message":"Invalid 'parent'.; Invalid resource name project id. Identifier must contain only lowercase letters, digits, periods, a colon, or hyphens.; Resource type: location","grpc_status":3}")"


Ответы (0 шт):