Microsoft Graph API - Read Office 365 SharePoint List and Pull Data (Images)
问题 Refrencing the following post: Microsoft Graph API - Office 365 Access SharePoint Nested Folder Items I'm able to get a list of Images via the Graph API. I have an MVC Azure App where I'm making these Graph API calls. However when I try to access the Image via the webUrl property, I get access denied. I've been able to get around this by using the @microsoft.graph.downloadUrl property which I can access, download it via HttpClient convert to Byte Array and transform into a Thumbnail. However