ZipArchiveProcessor

ZipArchiveProcessor

new ZipArchiveProcessor(processors, fn)

Processes the zip file for uploading
Parameters:
Name Type Description
processors Array.<ArchiveProcessor> The injected processors
fn function The user input function with the {DropboxArchive} as an argument
Properties:
Name Type Description
processors Array.<ArchiveProcessor> The injected processors
fn function The user input function with the {DropboxArchive} as an argument

Extends

Methods

process(context, cb)

Process the processor procedure
Parameters:
Name Type Description
context ProcessorContext The processor context
cb BackupProcessor~callback The callback function
Overrides: