Help getting Words SaveAs method to save in different s3 storage

var request = new SaveAsRequest();
request.Name = “myfile.docx”;
request.Folder = “Original”;
request.Storage = “my-s3-storage”;
request.SaveOptionsData = new PdfSaveOptionsData()
{
FileName = “Processing/myfile.pdf”
};
var response = wordsApi.SaveAs(request).Result;

When running the above code, it works, but I was expecting it to put the output in the S3 folder “Processing”, instead it put the file in the following location: “Original/Processing/myfile.pdf”. I need to save the file in another top level folder on s3, please advise.

Regards,
Stephen

@shall3790

We will investigate your requirements and update you accordingly.

Any update on this? This is what we are using for the Excel conversion and it works as expected with being able to specify an inFileName in one folder (in s3) and then the newFileName going into a separate folder:

// SaveAs Option
            CellsApi cellsApi = new CellsApi(ClientId, ClientSecret);
            PostWorkbookSaveAsRequest request = new PostWorkbookSaveAsRequest
            {
                outStorageName = AsposeStorage,
                name = inFileName,
                newfilename = processingFileName,
                folder = "Original"
            };
            var response = cellsApi.PostWorkbookSaveAs(request);

@shall3790
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSCLOUD-2509

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.