-
Notifications
You must be signed in to change notification settings - Fork 1
Downloads
William Carron edited this page Sep 7, 2018
·
1 revision
Create a zip file
create_zip_file = client.create_zip_file workspace_id: 1, download: { folder_ids: [folder[:id], folder[:id]] }
Download a single file
single_file_download = client.single_file_download file_id: file_info[:id], workspace_id: 1
Download status
download_status = client.download_status workspace_id: 1
Delete download
delete_download = client.delete_download id: download[:id], workspace_id: 1
Get zip
get_zip = client.get_zip id: download[:id], workspace_id: 1