microsoftgraph / msgraph-sdk-javascript

Microsoft Graph client library for JavaScript
https://graph.microsoft.com
MIT License
729 stars 220 forks source link

Get a Sharepoint site Logo via API #1703

Closed pedrolourencoribeiro closed 21 hours ago

pedrolourencoribeiro commented 2 weeks ago

Feature Request

Is your feature request related to a problem?

We're building an integration between sharepoint and our app and we would like to download the site Logo to show our clients. We know that we can get this using the SharepointAPI but we don't want to request more permissions. Since we're using the Site.Selected that involves some manual work with Powershell/REST calls from the client we want to avoid also requesting the same permission but for Sharepoint...

Describe the solution you'd like

Ideally we would be able to use the Microsoft Graph API to retrieve the site Logo using the Site.Selected permission via an app

A clear and concise description of what you want to happen.

Describe alternatives you've considered

Get that using the Sharepoint API but that will require us to ask our clients for more permissions

koros commented 1 week ago

Hi @pedrolourencoribeiro, Are you using an SDK? If so, which one? Based on what you've described, the SDK needs the appropriate permissions for a call to be successful. I doubt there's a workaround on the SDK side.

microsoft-github-policy-service[bot] commented 5 days ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.