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 Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,479 questions
0 comments No comments
{count} votes