blob: 5c1aaa6a8ab4700c8a9e5d04a7824e0be1b05c23 [file] [log] [blame]
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"></meta><title>FetchDropbox</title><link rel="stylesheet" href="../../../../../css/component-usage.css" type="text/css"></link></head><script type="text/javascript">window.onload = function(){if(self==top) { document.getElementById('nameHeader').style.display = "inherit"; } }</script><body><h1 id="nameHeader" style="display: none;">FetchDropbox</h1><h2>Description: </h2><p>Fetches files from Dropbox. Designed to be used in tandem with ListDropbox.</p><h3>Tags: </h3><p>dropbox, storage, fetch</p><h3>Properties: </h3><p>In the list below, the names of required properties appear in <strong>bold</strong>. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the <a href="../../../../../html/expression-language-guide.html">NiFi Expression Language</a>.</p><table id="properties"><tr><th>Display Name</th><th>API Name</th><th>Default Value</th><th>Allowable Values</th><th>Description</th></tr><tr><td id="name"><strong>Dropbox Credential Service</strong></td><td>dropbox-credential-service</td><td></td><td id="allowable-values"><strong>Controller Service API: </strong><br/>DropboxCredentialService<br/><strong>Implementation: </strong><a href="../../../nifi-dropbox-services-nar/1.19.0/org.apache.nifi.services.dropbox.StandardDropboxCredentialService/index.html">StandardDropboxCredentialService</a></td><td id="description">Controller Service used to obtain Dropbox credentials (App Key, App Secret, Access Token, Refresh Token). See controller service's Additional Details for more information.</td></tr><tr><td id="name"><strong>File</strong></td><td>file</td><td id="default-value">${dropbox.id}</td><td id="allowable-values"></td><td id="description">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.<br/><strong>Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)</strong></td></tr><tr><td id="name">Proxy Configuration Service</td><td>proxy-configuration-service</td><td></td><td id="allowable-values"><strong>Controller Service API: </strong><br/>ProxyConfigurationService<br/><strong>Implementation: </strong><a href="../../../nifi-proxy-configuration-nar/1.19.0/org.apache.nifi.proxy.StandardProxyConfigurationService/index.html">StandardProxyConfigurationService</a></td><td id="description">Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP + AuthN</td></tr></table><h3>Relationships: </h3><table id="relationships"><tr><th>Name</th><th>Description</th></tr><tr><td>success</td><td>A FlowFile will be routed here for each successfully fetched File.</td></tr><tr><td>failure</td><td>A FlowFile will be routed here for each File for which fetch was attempted but failed.</td></tr></table><h3>Reads Attributes: </h3>None specified.<h3>Writes Attributes: </h3><table id="writes-attributes"><tr><th>Name</th><th>Description</th></tr><tr><td>error.message</td><td>The error message returned by Dropbox when the fetch of a file fails.</td></tr><tr><td>error.message</td><td>When a FlowFile is routed to 'failure', this attribute is added indicating why the file could not be fetched from Dropbox.</td></tr></table><h3>State management: </h3>This component does not store state.<h3>Restricted: </h3>This component is not restricted.<h3>Input requirement: </h3>This component requires an incoming relationship.<h3>System Resource Considerations:</h3>None specified.<h3>See Also:</h3><p><a href="../org.apache.nifi.processors.dropbox.ListDropbox/index.html">ListDropbox</a></p></body></html>