• Local file state wrongly set to modified after download via the Groupshare API

    Good morning, we are facing a problem with the implementation of project automation in our version of Trados Studio 2022. Users want that when they open the project via our plugin, all latest version of files are automatically downloaded We are…
  • GroupShare Web API, While I am trying to create a Translation Memories using Rest API POST /api/tmservice/tms , getting "You are not allowed to perform this operation"

    GroupShare Web API, While I am trying to create a Translation Memories using Rest API POST /api/tmservice/tms , getting "You are not allowed to perform this operation" Post Request { "name": "Test From REST API", "description": "Test From REST…
  • REST API for Update Main Translation Memory Batch Task

    Hello, Our firm uses GS 2020 SR1 CU08 with Trados Studio 2022 17.0.6.14902, and I am trying to automate the finalisation process via Groupshare REST APIs. So far I've found an API called "ProjectFinalize" and it works perfectly except that it converts…
  • Groupshare TM Update with API or SDK

    I need to update GS TM using API or SDK (GS Kit). I have set of sdlxliffs, I can also extract segment text if needed. Is there any up to date doc on how to do it? Tried Gs Kit but it seems outdated.
  • "403 Forbidden error" while authenticating after upgrade to GS CU7

    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…
  • Studio API vs. GroupShare REST API

    Hi community With an automation of Studio 2019 via Studio API running with GroupShare TM-Server 2017 as the main translation provider we sometimes have problems when the server is busy: out-of-memory and translation-provider-threw-error do occur when…
  • Finalisation via GroupShare API

    Can anyone tell me if it's possible to finalise a GroupShare-based project through GroupShare 2017's API? Or is this only possible inside Trados?
  • Unable to update UseDate

    Hi In the groupshare API for TM, When I confirm a TU, the Usage Count is being updated correctly. The same way UseDate should also be automatically set to the time of confirmation. This is not happening, The UseDate is always same as the CreationDate…
  • GroupShareKit API documentation link dead?

    Hi, The REST API Documentation links provided on the GroupShareKit GitHub site have seemed to be accessible for the last month: Please see http://gs2017dev.sdl.com:41234/documentation/api/index#/ for details about the GroupShare Rest API. Please…
  • API on Groupshare 2020, HTTP request used to publish a Studio package to an empty server project. 500 Internal Server Error

    I am trying to call http://%HOST%/projectserver/api/1.0/projects/[projectid]/publishpackage?callbackUrl=[url] but I cannot manage to make it work The request: POST /api/projectserver/v2/projects/fcb519b7-5a93-46a1-a318-19c177f060ed/publishpackage…
  • Automatic translation and download via Groupshare Rest API

    After a project has been created and sent to the Groupshare server, can I use the Groupshare Rest API to translate and download the translated file without user input? (The output would be a combination of TM/MT).
  • Import TMs to GroupShare 2017 CU10 via API fails

    Hello, we have problem to import a TMs to GroupShare 2017 CU10. we had a working program with SDL Studio 2019 (SDLTradosStudio2019_CU1_36320) - this worked but with SDLTradosStudio2019_SR2_15.2.5.2145 its NOT. Newtosoft problem exactly like this…
  • Error accessing GS Swagger UI

    Hello SDL and readers, When I try to access a swagger documentation page I get a generic 500 error. Here's a sample from http://gs2017dev.sdl.com:41234/documentation/api/index# and i can't see the api methods list below the main info text. …
  • How can I determine if the Rest API is activated for my installation?

    When I run the request : https://myserver.com/documentation/api/index I get the main screen but not the lower section to Post. There is a mesage " Can't read from server. It may not have the appropriate access-control-origin settings." Support has…
  • GroupshareKit - upload project template does not work

    I am trying to upload a project template to a Groupshare 2017 SR1 server using the Groupshare Kit. Groupshare Kit version is the currently released one obtained through NuGets. My code looks like this: Try Dim TemplateFileName As String…
  • ggrGroupshare Kit: Trying to upload a project template fails

    Hello, I am trying to upload a project template to a Groupshare 2017 SR1 server using the Groupshare Kit and I receive error 400 in the response. Groupshare Kit version is the currently released one obtained through NuGets. My code looks like…
  • RE: Using GroupShare Kit to log on with Windows Authentication

    This is not implemented in the GroupShareKit. The good thing is that the source code is available here . You can make the change and send a pull request.
  • Unable to publish a project to GroupShare usign FileBasedProject.PublishProject

    While building a tool to automate the creation and publishing of projects to GroupShare, I've found that I'm unable to publish projects to GroupShare. The process first of all creates an organisation to which it will upload the project; then it does…
  • Can not query projects using GroupShareKit

    I am trying to get started using the GroupShareKIt REST API to build some background utilities Using some of the sample code on GitHub, I am able to retrieve organizations, roles, users, etc., but I can not retrieve a list of projects. Using Trados Studio…
  • GroupShare Web API- Enquiry on direct methods to evoke File analysis, Pre-translation , target document generation.

    Hello there Sub : GroupShare Web API - Enquiry on direct methods to evoke File analysis , Pre-translation , target document generation. Ref. I (SDL Trados Studio 2015 API) : http://producthelp.sdl.com/SDK/ProjectAutomationApi/4.0/html/b986e77a-82d2…
  • RE: Use existing user db with GroupShare 2015

    GroupShare comes with a Rest API that allows you to do browse information available in the system. You can build a desktop, web or mobile application that can use the resources that are available in GroupShare. Now in order to connect those user must…