Sharefile folder shows different files as one

152 views Asked by At

There are 3 files uploaded to Sharefile using Sharefile API. 2 of which are PDF's and named slightly different. Since 11/2/2020 both the pdf's are showing up uploaded as one (the names are concatenated with a comma) they used to be uploaded as 2 different files as their filenames are appended with _App or _Qte at the end. Example: Jane_Doe_100-1_HO_10-20-2020_App-8625.pdf,Jane_Doe_100-1_HO_10-20-2020_Qte-8625_4112020082002.pdf

Is anybody else have this problem. Sharefile support has been contacted and they said they do not support API calls.

We haven't made any changes to the code. Thanks in advance for the help.

1

There are 1 answers

0
msgopala On

What I had to do was split the upload proc into 2 and upload each file separately. Although Sharefile API allows\uses Multipart Form DataStream to enable sending files of the same type/extension as part of one stream, it seems they no longer upload the files separately. So I had to upload both the pdf files seperately.