Hi, does anyone know how I can download files from AssetMeta and / or AssetDocumentsPanel component? Are there other options for retrieving documents related to an asset?
Answer
Download documents from AssetMeta (Gearbox.js) component.
Best answer by Shehan Karunaratne
Hi Sujan,
You should be able to retrieve the following values from “handleDocumentClick” in “AssetDocumentsPanel component”
{
"id": ,
"name": "",
"directory": "",
"mimeType": "PDF",
"metadata": {
"Status": "Active",
"location": ""
},
"source": "string",
"assetIds": [
],
"uploaded": true,
"uploadedTime": "",
"createdTime": "",
"lastUpdatedTime": ""
}Since we don't have a file download component implemented in Gearbox at the moment, you should be able to pass a download function on “handleDocumentClick” and download a file.
Thanks,
Shehan Karunaratne.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Check the
documentation
Ask the
Community
Take a look
at
Academy
Cognite
Status
Page
Contact
Cognite Support