GroupShare API Projects and File Upload

Hi,

I'm running into an issue using the GroupShare 2017 API.

So basically if I create a project using the GroupShare UI and then use the REST API to upload a file I'm not able to open that project in Studio. I get the "Failed to open server project error".

Maybe I'm just using the API the wrong way but the requirement is to push several files to an existing project and then retrieve the translation later by using the webhook service.

Repro steps are:

- Create project using GS UI

- Upload file using the method displayed here

https://community.sdl.com/developers-more/developers/language-developers/w/wiki/3451/how-to-upload-files-to-an-existing-gs-project

- Go to studio and try to open the project from the server

Repro steps 2:

- Create project using GS UI

- Open project from studio (it works here)

- Upload file using the method displayed here

https://community.sdl.com/developers-more/developers/language-developers/w/wiki/3451/how-to-upload-files-to-an-existing-gs-project

- Go to studio (now it complains that project was unpublished from the server)

Any help is greatly appreciated.

Thanks