Skip to main content

FetchDropbox

Описание

Извлекает файлы из Dropbox. Разработан для использования в тандеме с ListDropbox.

Теги

dropbox, storage, fetch

Свойства

НазваниеОписание
Dropbox Credential ServiceController Service used to obtain Dropbox credentials (App Key, App Secret, Access Token, Refresh Token). See controller service's Additional Details for more information.
FileThe Dropbox identifier or path of the Dropbox file to fetch. The 'File' should match the following regular expression pattern: /.*
Proxy Configuration ServiceSpecifies 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.