You are here: Reference Manual > FME Server Web Services > Notification Service > Subscribers > Configuring a Dropbox Subscriber
Configuring a Dropbox Subscriber
In the FME Server Web User Interface, select Notifications > Subscriptions, and click New.
- Name: Provide a name for the subscription.
- Protocol: Select Dropbox.
- Topics Subscribed To: Specify the Topics you want to subscribe to using the drop-down selector. To create a topic and use it right away, click +.
- 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, click the ellipsis (...) and select the file. If the file is in a different location, enter the file path directly. 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"
}