Dropbox Directory Modified
The Dropbox Directory Modified trigger monitors activity on a Dropbox folder, and sends JSON messages about that activity, which can include adding, changing, and deleting files.
Configuring Your Dropbox Account App
Before creating a Dropbox Directory Modified trigger on a Dropbox account, you must configure the account with an app and generate an OAuth2 access token for it.
To Configure Your Dropbox Account App
- Login to your Dropbox account and navigate to https://www.dropbox.com/developers/apps.
- On the My apps page, click Create app.
- On the Create a new app on the Dropbox Platform page:
- Choose an API: Select Dropbox API.
- Choose the type of access you need: Select Full Dropbox.
- Name your app: Provide a name for your app.
- Review the Dropbox API Terms and Conditions and check the box.
- Click Create app.
- A page opens for your app on the Settings tab.
- Under OAuth2 > Generated access token, click Generate.
- Copy the generated token.
Parameters
- Access Token: Provide the OAuth2 access token for the Dropbox account you want to watch. For more information, see Dropbox Directory Modified (above).
- Path to Watch: Provide a location on your Dropbox account to watch for changes, using forward slashes. For example:
/MyFolder
. To specify the top-level, or 'root', use a single forward slash:/
. - Watch Subdirectories: To watch activity in the selected directory and all subdirectories, specify Yes. To watch activity only in the selected directory and not in its subdirectories, specify No.
- Filter: By default, all actions on the specified directory are monitored, including adding (CREATE), changing (MODIFY), and deleting (DELETE) files (and folders, if applicable). To monitor only one or two of these actions, click the "x" beside the action you do not want to monitor to remove it. To add an action after removing it, click inside the dropbox and select it.
Output Keys
See Also
Key | Description |
---|---|
file.event | File action (Create/Modify/Delete) |
file.path | File path |
dropbox.user | Dropbox account |
source | Event type |
time | Event time |