Add Members to File
- 12 Sep 2023
- 1 Minute to read
- Print
- DarkLight
Add Members to File
- Updated on 12 Sep 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Integration > Dropbox |
The Add Members to File step within Dropbox integration grants specified email addresses access to a file stored on Dropbox.
Prerequisites
This step requires the Dropbox module to be installed before it will be available in the toolbox.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Access Level | Specify the access level for the new user added to the file. By default, this access level is set to "Viewer". | DropBoxAccessLevel [Decisions.DropboxApi] |
Emails | Enter the email address associated with the account to add to the file. This email address will be used to identify and grant access to the user. | String |
File Path | Specify the path of the file on Dropbox to grant access. This path should accurately point to the file's location in the Dropbox storage. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Errors | This output provides an error message that details any errors encountered during the process. If there are issues with the operation, this message will help identify and troubleshoot the problem. | DropBoxErrorInfo [Decisions.DropboxApi] |
Common Errors
Value Should Match Pattern
The following error message indicates an issue with the "File Path" parameter.
Review the value set for the "File Path" parameter in the step. Ensure that it adheres to the pattern specified in the error message. The pattern involves paths or identifiers in a specific format.
{ path: "Error", data: { Error info: { ErrorMessage: "Value should match pattern '\A(?:((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?)\z' (Parameter 'file')" } } }
Was this article helpful?