Files.ReadWrite.Selected
(Preview) Allows the app to read and write files that the user selects. The app has access for several hours after the user selects a file.
The Files.ReadWrite.Selected delegated permission is only valid on work or school accounts and is only exposed for working with Office 365 file handlers (v1.0). It should not be used for directly calling Microsoft Graph APIs.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
Files.ReadWrite.Selected
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | - | 17dde5bd-8c17-420f-a486-969730c1b827 |
DisplayText | - | Read and write files that the user selects (preview) |
Description | - | (Preview) Allows the app to read and write files that the user selects. The app has access for several hours after the user selects a file. |
AdminConsentRequired | Yes | No |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods |
---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: workbookNamedItem
Property | Type | Description |
---|---|---|
comment | String | The comment associated with this name. |
name | String | The name of the object. Read-only. |
scope | String | Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. |
type | String | The type of reference is associated with the name. Possible values are: String , Integer , Double , Boolean , Range . Read-only. |
value | String | The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75 . Read-only. |
visible | Boolean | Indicates whether the object is visible. |