Skip to content

Instantly share code, notes, and snippets.

@vinthewrench
Created August 26, 2019 17:33
Show Gist options
  • Save vinthewrench/ff2e97ee49b5c158e5d1372e3e8e2e85 to your computer and use it in GitHub Desktop.
Save vinthewrench/ff2e97ee49b5c158e5d1372e3e8e2e85 to your computer and use it in GitHub Desktop.
let comps: ZDCNodeMetaComponents = [.metadata]
zdc.downloadManager!.downloadNodeMeta( node,
components: comps,
options: options,
completionQueue: DispatchQueue.global())
{(cloudDataInfo: ZDCCloudDataInfo?, metadata: Data?, thumbnail: Data?, error: Error?) in
// data downloaded & decrypted for you
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment