With the Amazon WorkDocs API [1] I can list folders and files, create and delete folders, upload and delete files. But it seems there is no way to download a file.
The GetDocument API [2] returns a JSON document which includes a 'DownloadUrl' element but it is always 'null'. Also this 'DownloadUrl' element is not exposed in the SDK. I'm using the C++ SDK.
Is this by design?
[1] https://docs.aws.amazon.com/workdocs/latest/APIReference/Welcome.html
[2] https://docs.aws.amazon.com/workdocs/latest/APIReference/API_GetDocument.html