Add Members to File
  • 12 Sep 2023
  • 1 Minute to read
  • Dark
    Light

Add Members to File

  • Dark
    Light

Article Summary

Step Details
Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationIntegration > 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

PropertyDescriptionData Type
Access LevelSpecify the access level for the new user added to the file. By default, this access level is set to "Viewer".
DropBoxAccessLevel [Decisions.DropboxApi]
EmailsEnter 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 PathSpecify 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

PropertyDescriptionData Type
ErrorsThis 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?