FetchDropbox
Описание
Извлекает файлы из Dropbox. Разработан для использования в тандеме с ListDropbox.
Теги
dropbox, storage, fetch
Свойства
Название | Описание |
---|---|
Dropbox Credential Service | Controller Service used to obtain Dropbox credentials (App Key, App Secret, Access Token, Refresh Token). See controller service's Additional Details for more information. |
File | The Dropbox identifier or path of the Dropbox file to fetch. The 'File' should match the following regular expression pattern: /.* |
Proxy Configuration Service | Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP + AuthN |
Взаимосвязи
- success: A FlowFile will be routed here for each successfully fetched File.
- failure: A FlowFile will be routed here for each File for which fetch was attempted but failed.