Skip to content
Keboola Docs

/data/out/files manifests

An output file manifest sets options for transferring a file to Storage. The following example lists available manifest fields; all of them are optional.

{
"is_permanent": true,
"is_encrypted": true,
"notify": false,
"tags": [
"image",
"pie-chart"
]
}

These parameters can be used (taken from Storage API File Import):

  • If is_permanent is false, the file will be automatically deleted after 15 days.
  • When notify is true, the members of the project will be notified that a file has been uploaded to the project.
Ask Kai

Hi, I'm Kai — Keboola's AI assistant for the docs. Ask me anything and I'll answer from the documentation and cite the pages I use.

Kai is an AI and can make mistakes. Check the sources it links.