groupsharekit.net icon indicating copy to clipboard operation
groupsharekit.net copied to clipboard

GS2015: ProjectClient.DownloadFile(FileDownloadRequest downloadRequest) not working

Open hmuralt opened this issue 7 years ago • 0 comments

ProjectClient.DownloadFile(FileDownloadRequest downloadRequest) always throws an exception ("An error occurred with this API request"). This is concerning GS2015 branch.

The issue was solved on master branch for GS2017 with this commit. The API URL has been changed from ".../FileDownload" to ".../projects/[GUID]/download/[TYPE]".

This change should also be made for GS2015 since master branch cannot be used with GroupShare 2015, only 2017.

hmuralt avatar Feb 01 '18 08:02 hmuralt