You are here: Reference Manual > FME Server Services > Notification Service > Subscribers > Configuring a Dropbox Subscriber
Configuring a Dropbox Subscriber
Select Manage > Notifications > Subscriptions > New
- Subscription Name: Provide a name for the subscription.
- Topics Subscribed To – The topics this Dropbox subscription is subscribed to.
- Protocol: Select Dropbox.
- Access Token– Provide the OAuth2 access token for the Dropbox account to which you want to upload. For more information, see Configuring Your Dropbox Account App .
- Source Path – The source file to upload. If the source file is saved to a Resources directory, select Browse resources and select the file. If the file is in a different location, select Specify a location and enter the file path. File paths must use forward slashes (/) or escaped backslashes (\\).
- Destination Path – The path to the Dropbox folder to upload the file.
Note: Specify file paths using forward slashes (/) or escaped backslashes (\\).
Dropbox Notification Keywords
Use the following reserved keywords in the notification content to modify Dropbox subscriber settings:
-
dropbox_remotedestination
: The destination path to upload the file. -
dropbox_localsource
: The path to the source file to upload.
Note: Specify file paths using forward slashes (/) or escaped backslashes (\\).
Example
{
"dropbox_remotedestination" : "/",
"dropbox_localsource" : "C:/test.txt"
}