Table of Contents

Files.ReadWrite.AppFolder

(Preview) Allows the app to read, create, update and delete files in the application's folder.

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.AppFolder 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 b47b160b-1054-4efd-9ca0-e2f614696086 8019c312-3263-48e6-825e-2b833497195b
DisplayText Have full access to the application's folder without a signed in user. Have full access to the application's folder (preview)
Description Allows the app to read, create, update and delete files in the application's folder without a signed in user. (Preview) Allows the app to read, create, update and delete files in the application's folder.
AdminConsentRequired Yes No

Graph 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.