Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we get application access to List shared? #2785

Closed
AndersRask opened this issue Jun 11, 2024 · 1 comment
Closed

Can we get application access to List shared? #2785

AndersRask opened this issue Jun 11, 2024 · 1 comment

Comments

@AndersRask
Copy link

Is your feature request related to a problem? Please describe the problem.

We are doing a lot of clean up jobs in SharePoint for customers, where sharing have gone out of hand.
We help them set sharing capability that match the content, and help them educate their users.

However when fetching List shared (we use PnP.PowerShell a lot for this) I noticed I got "access denied" when trying to get the sharing links. I checked the code and that led me to the REST method below, where I noticed application access is not supported.

For clean up scripts, that usually are long running, it makes sense to allow application access, that are not as prone to throttling as a user session.
https://learn.microsoft.com/en-us/graph/api/insights-list-shared?view=graph-rest-1.0&tabs=http

image

Describe the solution you'd like.

I would like application access to be enabled for List shared, so that we can run clean up scripts without having to worry about throttling.

Also user accounts are almost always using MFA these days, so if you want to run a non-interactive scheduled script, this requires an application.

Additional context?

No response

@timayabi2020
Copy link
Contributor

Hi @AndersRask thank you for raising this issue. However, your request to include application permissions for that API can be raised here https://developer.microsoft.com/en-us/graph/support so that the API owner can respond to it.

@timayabi2020 timayabi2020 added Service issue and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request labels Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants