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.
Permission Details
Read and write files that the user selects (preview)
(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.
17dde5bd-8c17-420f-a486-969730c1b827
Properties
Properties is shown from stable Microsoft Graph v1.0 metadata.
| Property | Type | Description |
|---|---|---|
audio |
[audio][] |
Audio metadata, if the item is an audio file. Read-only. Read-only. Only on OneDrive Personal. |
bundle |
[bundle][] |
Bundle metadata, if the item is a bundle. Read-only. |
content |
StreamNullable |
The content stream, if the item represents a file. |
createdBy |
[identitySet][] |
Identity of the user, device, and application that created the item. Read-only. |
createdDateTime |
DateTimeOffset |
Date and time of item creation. Read-only. |
cTag |
StringNullable |
An eTag for the content of the item. This eTag isn't changed if only the metadata is changed. Note This property isn't returned if the item is a folder. Read-only. |
deleted |
[deleted][] |
Information about the deleted state of the item. Read-only. |
description |
StringNullable |
Provides a user-visible description of the item. Read-write. Only on OneDrive Personal. |
eTag |
StringNullable |
eTag for the entire item (metadata + content). Read-only. |
file |
[file][] |
File metadata, if the item is a file. Read-only. |
fileSystemInfo |
[fileSystemInfo][] |
File system information on client. Read-write. |
folder |
[folder][] |
Folder metadata, if the item is a folder. Read-only. |
id |
String |
The unique identifier of the item within the Drive. Read-only. |
image |
[image][] |
Image metadata, if the item is an image. Read-only. |
lastModifiedBy |
[identitySet][] |
Identity of the user, device, and application that last modified the item. Read-only. |
Showing 15 of 45 properties.
JSON Representation
JSON representation is shown from stable Microsoft Graph v1.0 metadata.
{
"audio": { "@odata.type": "microsoft.graph.audio" },
"bundle": { "@odata.type": "microsoft.graph.bundle" },
"content": { "@odata.type": "Edm.Stream" },
"cTag": "string (etag)",
"deleted": { "@odata.type": "microsoft.graph.deleted"},
"description": "string",
"file": { "@odata.type": "microsoft.graph.file" },
"fileSystemInfo": { "@odata.type": "microsoft.graph.fileSystemInfo" },
"folder": { "@odata.type": "microsoft.graph.folder" },
"image": { "@odata.type": "microsoft.graph.image" },
"location": { "@odata.type": "microsoft.graph.geoCoordinates" },
"malware": { "@odata.type": "microsoft.graph.malware" },
"package": { "@odata.type": "microsoft.graph.package" },
"pendingOperations": { "@odata.type": "microsoft.graph.pendingOperations" },
"photo": { "@odata.type": "microsoft.graph.photo" },
"publication": {"@odata.type": "microsoft.graph.publicationFacet"},
"remoteItem": { "@odata.type": "microsoft.graph.remoteItem" },
"root": { "@odata.type": "microsoft.graph.root" },
"searchResult": { "@odata.type": "microsoft.graph.searchResult" },
"shared": { "@odata.type": "microsoft.graph.shared" },
"sharepointIds": { "@odata.type": "microsoft.graph.sharepointIds" },
"size": 1024,
"specialFolder": { "@odata.type": "microsoft.graph.specialFolder" },
"video": { "@odata.type": "microsoft.graph.video" },
"webDavUrl": "string",
/* relationships */
"activities": [{"@odata.type": "microsoft.graph.itemActivity"}],
"analytics": {"@odata.type": "microsoft.graph.itemAnalytics"},
"children": [{ "@odata.type": "microsoft.graph.driveItem" }],
"createdByUser": { "@odata.type": "microsoft.graph.user" },
"retentionLabel": { "@odata.type": "microsoft.graph.itemRetentionLabel" },
"lastModifiedByUser": { "@odata.type": "microsoft.graph.user" },
"permissions": [ {"@odata.type": "microsoft.graph.permission"} ],
"subscriptions": [ {"@odata.type": "microsoft.graph.subscription"} ],
"thumbnails": [ {"@odata.type": "microsoft.graph.thumbnailSet"}],
"versions": [ {"@odata.type": "microsoft.graph.driveItemVersion"}],
/* inherited from baseItem */
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"eTag": "string",
"id": "string (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"name": "string",
"parentReference": {"@odata.type": "microsoft.graph.itemReference"},
"webUrl": "string",
/* instance annotations */
"@microsoft.graph.conflictBehavior": "string",
"@microsoft.graph.downloadUrl": "url",
"@microsoft.graph.sourceUrl": "url"
}
Relationships
Relationships is shown from stable Microsoft Graph v1.0 metadata.
| Relationship | Type | Description |
|---|---|---|
activities |
[itemActivity][] collection |
The list of recent activities that took place on this item. |
analytics |
[itemAnalytics][] resource |
Analytics about the view activities that took place on this item. |
children |
driveItem collection |
Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. |
createdByUser |
[user][] |
Identity of the user who created the item. Read-only. |
lastModifiedByUser |
[user][] |
Identity of the user who last modified the item. Read-only. |
listItem |
[listItem][] |
For drives in SharePoint, the associated document library list item. Read-only. Nullable. |
permissions |
[permission][] collection |
The set of permissions for the item. Read-only. Nullable. |
retentionLabel |
[itemRetentionLabel][] |
Information about retention label and settings enforced on the driveItem. Read-write. |
subscriptions |
[subscription][] collection |
The set of subscriptions on the item. Only supported on the root of a drive. |
thumbnails |
[thumbnailSet][] collection |
Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable. |
versions |
[driveItemVersion][] collection |
The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable. |
workbook |
[workbook][] |
For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable. |
photo |
object |
Photo metadata, if the item is a photo. Read-only. |
extensions |
extension collection |
The collection of open extensions defined for this item. Nullable. |
Graph Methods
Microsoft Graph v1.0 endpoints are mapped directly from refreshed Microsoft Learn permissions tables.
No API methods available for this version.
Microsoft Graph beta endpoints are mapped directly from refreshed Microsoft Learn permissions tables.
Microsoft Graph PowerShell v1.0 commands are not available from refreshed Microsoft Learn PowerShell snippets for this permission.
No deterministic PowerShell command map is available for this permission.
Browse PowerShell docsMicrosoft Graph PowerShell beta commands are not available from refreshed Microsoft Learn PowerShell snippets for this permission.
No deterministic PowerShell command map is available for this permission.
Browse PowerShell docsCode Examples
// Code snippets are only available for the latest version. Current version is 5.x
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
await graphClient.Drives["{drive-id}"].Items["{driveItem-id}"].Workbook.Names["{workbookNamedItem-id}"].DeleteAsync();
const options = {
authProvider,
};
const client = Client.init(options);
await client.api('/me/drive/items/{itemID}/workbook/names/{name}')
.version('beta')
.delete();
Connect-MgGraph -Scopes "Files.ReadWrite.Selected"
Invoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/me/drive/items/{id}/workbook/names/{id}"
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph_beta import GraphServiceClient
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
await graph_client.drives.by_drive_id('drive-id').items.by_drive_item_id('driveItem-id').workbook.names.by_workbook_named_item_id('workbookNamedItem-id').delete()
App Registration
Navigate to Azure Portal
Go to App registrations in Microsoft Entra admin center
Add API Permission
Select your app → API permissions → Add a permission → Microsoft Graph
Select Permission Type
Choose Delegated permissions and search for Files.ReadWrite.Selected
Grant Admin Consent
Users can consent to this permission during sign-in.