Prerequisites
- Dropbox for business account.
- 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 team folder.
Variables
Name |
Description |
Type |
Example |
Comment |
Access token business |
The access token used by your Dropbox API application to access your account. |
String |
4w7AnTgfi8AAAAAAAPGQA3y6JGNEJA |
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. |
Access token user |
The access token used by your Dropbox API application to access your user account. |
String |
8GHD1gfKJDNCSKKDCGQA3y6JGNEJA |
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. |
Team folder name |
The name of the team folder you want to update |
String |
Marketing |
Make sure to specify the correct existing team folder name |
Group name |
The group you wish to add or remove from the team folder |
String |
Marketing |
Make sure to specify an existing group |
Add or Remove |
Specify whether to add or remove a group from the team folder |
String |
Add |
Specify ‘Add’ to add a group and specify ‘Remove’ to delete a group from the team folder |
Task editor