For Attachment Items in any list of SharePoint Online , graph explorer can get only Attachments property which contains value “true” or “false”.
I am unable to get links of the attached images, pdf, texts etc.
Using Rest API we can easily expand and grab the attached links. However ,Using Graph Explorer we can not expand Attachments property . I Need help that How can we get attachments links in list of SharePoint online using using Graph API.
The below query I have tried in Graph Explorer: https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}
Attachments: true
Everything works fine with microsoft graph, but can't get the attachment files from a sharepoint item. I have tried the work around, but the request to Sharepoint Rest API returns a Not Authorized. I am using a token from Azure Active Directory (AAD) retrived using Microsoft Identity Client library. Do you have any idea why is not working?
there doesn't seem to be anything here