How can I download file from SharePoint using axios node JS. I got a data is empty from response.I need data is not empty. Please find the below request.I need data
const options = { method: 'get',
headers:{ 'Authorization': Bearer ${token}, 'Accept':'application/json;odata=verbose' },
url:sharePointBaseUrl + "/GetFileByServerRelativeUrl('" + folder +"/" + filename + "')/$value", };
axios(options).then((response) => {
})
how to download it or how to convert it to base64 or any other format
Thank you.


Report
All responses (
Answers (