Task: Update Dropbox folder access
Prerequisites
Dropbox account.
Dropbox API application, which can be created at https://www.dropbox.com/developers/apps/create.
Description
This task will update the access to a Dropbox folder.
Variables
Name | Description | Type | Example | Comment |
Access token | The access token used by your Dropbox API application to access your account. The Dropbox API application needs the permission type ‘Full Dropbox’. | String | 4w7AnTgfi8AAAAAAAPGQA3y6JGNE JAI2394857GWO8yLBSwzYFKKrzVRMtEA | This token can be generated at the applications’ settings page. Go to https://www.dropbox.com/developers/apps your application and press “Generate” at the OAuth2 section. |
Folder path | The path to the folder you wish to update. | String | Marketing/Share | The folder that will be updated in this case is folder ‘Share’ within the ‘Marketing’ folder. |
Add or Remove | Specify whether to add or remove a user from the specified folder. | String | Add | The user will be invited via email. |
Email or dropbox_id | Specify email or dropbox_id. This will define what value to enter at ‘Member’. | String | The user will be selected based on his email address. Optionally the user can be selected by ‘dropbox_id’. | |
Member | A Dropbox user’s Email or dropbox_id. If the ‘Email or dropbox_id’ is set to email, this should be an email address. If ‘Email or dropbox_id’ is set to dropbox_id, this should be a dropbox_id. | String | {user}@{domain} | The member who will be added, will be looked up by either email or dropbox_id. |