I have created glossary to translate text using Cloud Translation API. it shows me status as running-
“name”: “projects/xxx/locations/us-central1/operations/xxx”,
“metadata”: {
“@type”: “type.googleapis.com/google.cloud.translation.v3.CreateGlossaryMetadata”,
“name”: “projects/xxx/locations/us-central1/glossaries/xxx”,
“state”: “RUNNING”,
“submitTime”: “2022-11-18T03:59:51.876209069Z”
}
}
but when I am trying to use this Glossary for translation api, it shows me error as-
“Glossary not found.; Failed to initialize a glossary”.
Even when I tried listing my Glossary, it doesn’t show.
Not sure what is the issue. Console activity dashboard shows activity as created Glossary.