Dear all,
I am doing a basic test of the GroupShareKit and I created some simple code to retrieve a list of translation memories. Here is the code: var token = await GroupShareClient.GetRequestToken(GsUser, GsPassword, new Uri(strServerName), GroupShareClient…
After the upgrade of Groupshare system from GS 2020 SR1 CU03 to GS 2020 CU7, we are getting "403 forbidden" error while trying to access the SDL login endpoint from our API.
However, using Postman, we are able to authenticate the credentials to obtain…
Hi
I've to write an application, for work that requests Concepts from ConceptIDs from MultiTerm using the Group Share Kit in C#.
However some ConceptIDs return nothing (throws an Exception) on existing ConceptIDs some not all. This does not appear…
Hey guys,
Iam working on a a project that is including Trados 2017 and its API.
ProjectFile[] files = this.sdlProject.GetTargetLanguageFiles();
AutomaticTask anaylzeTask = this.sdlProject.RunAutomaticTask(files.GetIds(), AutomaticTaskTemplateIds…