FetchDropbox 2025.10.2.19¶
捆绑包¶
org.apache.nifi | nifi-dropbox-processors-nar
描述¶
从 Dropbox 提取文件。专为与 ListDropbox 配合使用而设计。
输入要求¶
REQUIRED
支持敏感的动态属性¶
false
属性¶
属性 |
描述 |
|---|---|
Dropbox Credential Service |
用于获取 Dropbox 凭据(应用程序键、应用程序密钥、访问令牌、刷新令牌)的控制器服务。有关更多信息,请参阅控制器服务的“其他详细信息”。 |
File |
The Dropbox identifier or path of the Dropbox file to fetch. The 'File'should match the following regular expression pattern: /.*|id:.* . When ListDropbox is used for input, either '${dropbox.id}' (identifying files by Dropbox id) or '${path}/${filename}' (identifying files by path) can be used as 'File' value. |
proxy-configuration-service |
指定代理配置控制器服务来代理网络请求。 |
关系¶
名称 |
描述 |
|---|---|
failure |
对于尝试提取但失败的每个文件,都会将 FlowFile 路由到此处。 |
success |
对于每个成功提取的文件,都会将 FlowFile 路由到此处。 |
写入属性¶
名称 |
描述 |
|---|---|
error.message |
Dropbox 返回的错误消息 |
dropbox.id |
文件的 Dropbox 标识符 |
path |
文件所在的文件夹路径 |
filename |
文件的名称 |
dropbox.size |
文件大小 |
dropbox.timestamp |
文件的服务器修改时间 |
dropbox.revision |
文件的修订版 |