Share via

Is there any way to download images from sharepoints list in column

Weerachai Sangkam 0 Reputation points
2024-07-31T10:02:38.87+00:00

I am using node js as web server written in javascript

  const response = await client
        .api(`/sites/${siteId}/lists/${listId}/items`)
        .expand(
          "fields($select=Title,Login_Name,Login_Password,Login_Type,Login_img)"
        )
        .get();

User's image

User's image

column Login_img store image file.

Thanks for your reply in advance.

Microsoft Security | Microsoft Graph
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.