Hi,
I'm trying to figure out how to work with zip files and the Trados Team API. If I'm correct, I'm supposed to do the following:
1. Upload the zip file.
2. Poll the zip until its status is 'extracted'.
3. Attach the files in the zip to the project.
4. Start the project.
I seem to be stuck at step 3. According to the documentation I need to set the "fileUrl" key to "the identifier of the previously uploaded file". This is not entirely clear (at least not to me). I assume the "previously uploaded file" refers to the uploaded zip file. The key name "fileUrl' suggest I need to provide an URL while the description suggests it should be the file ID. There is no file url to be found using any of the file GET endpoints. So I tried to specify the zip file's ID, but that gives me this error:
"errorCode": "invalid",