My Azure Functions app shall use Excel input/output bindings. The files are stored on a specific sharepoint document library. I wish to use application permissions, not user-delegated ones.
In the graph documentation there is this
Which is too broad for my taste. Can this be narrowed down to only specific folders in a specific sharepoint?
Cheers