1 Answer
0
Hi,
Retrieving a document download url always requires a version Id.
If you don’t have it, you can find it with below call::
- Call /documents/<document_id>, https://docs.aws.amazon.com/workdocs/latest/APIReference/API_GetDocument.html
Above call returns a Metadata object which contains the version is (https://docs.aws.amazon.com/workdocs/latest/APIReference/API_DocumentMetadata.html)
Finally use the versionId to download the document. See below example for sdk:
https://docs.aws.amazon.com/workdocs/latest/developerguide/download-documents.html
Hope it helps!
answered a month ago
Relevant content
- asked 21 days ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago