> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Folder Policy

[update\_folder\_policy](https://www.dropbox.com/developers/documentation/http/documentation#sharing-update_folder_policy)

scope: `sharing.write`

Update the sharing policies for a shared folder.
User must have `AccessLevel.owner` access to the shared folder to update its policies.

## Basic Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                                                          |
  | ----------------- | -------------------------------------------------------------------------------------------------------------------- |
  | ACL Update Policy | Who can add and remove members of this shared folder. This field is optional.                                        |
  | Member Policy     | Who can be a member of this shared folder. Only applicable if the current user is on a team. This field is optional. |
  | Shared Folder ID  | The ID for the shared folder.                                                                                        |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                                                                                                                                                                                                                                                                                                                                                |
  | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Actions            | A list of `FolderAction`s corresponding to `FolderPermission`s that should appear in the response's SharedFolderMetadata.permissions field describing the actions the authenticated user can perform on the folder.<br />This field is optional.<br />For more information, see [Dropbox documentation](https://www.dropbox.com/developers/documentation/http/documentation#sharing-update_folder_policy). |
  | Link Settings      | Settings on the link for this folder.<br />This field is optional.<br />For more information, see [Dropbox documentation](https://www.dropbox.com/developers/documentation/http/documentation#sharing-update_folder_policy).                                                                                                                                                                               |
  | Shared Link Policy | The policy to apply to shared links created for content inside this shared folder. The current user must be on a team to set this policy to SharedLinkPolicy.members. This field is optional.                                                                                                                                                                                                              |
  | Viewer Info Policy | Who can enable/disable viewer info for this shared folder. This field is optional.                                                                                                                                                                                                                                                                                                                         |
</div>

## Example Output

```json theme={"dark"}
{
	"access_type": {
		".tag": "<string>"
	},
	"is_inside_team_folder": false,
	"is_team_folder": false,
	"path_display": "<string>",
	"path_lower": "<string>",
	"name": "<string>",
	"policy": {
		"acl_update_policy": {
			".tag": "<string>"
		},
		"shared_link_policy": {
			".tag": "<string>"
		},
		"viewer_info_policy": {
			".tag": "<string>"
		}
	},
	"preview_url": "<string>",
	"shared_folder_id": "<string>",
	"time_invited": "<string>",
	"access_inheritance": {
		".tag": "<string>"
	},
	"folder_id": "<string>"
}
```

## Workflow Library Example

[Update Folder Policy with Dropbox and Send Results Via Email](https://library.blinkops.com/workflows/update-folder-policy-with-dropbox-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-folder-policy-with-dropbox-and-send-results-via-email/canvas" />
</div>
