Owncloud API to download folder as ZIP file

Hello all,
i would like to know if there is any API available which enables a call to

  • generate the full content of a folder with files and subfolders into a zip file
  • call the zip file above to be downloaded or link to the zip file to be sent to other email addresses

thanks!

Felipe

There is no official public API for this, but pyocclient cheats by calling a private API. See https://github.com/owncloud/pyocclient/blob/master/owncloud/owncloud.py#L461

1 Like