I cannot find detail information about the API /downloads, as the api-explorer doesn't state much
I am wondering what's the limitation of creating that download request, e.g.
Thx
There is / should be no limit to the number of files / node IDs in a single request, apart from any body-size limits imposed via the Tomcat server or HTTP proxy. As far as I know, the POST request triggers the creation of the ZIP in an synchronous fashion, so it is to be expected that the response to that includes 0 for all those fields. Due to being transactional, you will likely only see updated values on a GET request for the download ID when the ZIP has been created - only at that point will the number of files + size be truely known.
There are no size limits imposed on the ZIP of a folder by Alfresco - apart from the limit implicitly imposed by the storage configuration of the application server. The ZIP file will be created in the temporary file storage space of the Tomcat application server, and if that is limited, the size of the ZIP will be limited by the amount of space available in that space (also potentially affected by ongoing transformations, other ZIP download requests, CMIS uploads which are buffered on disc, etc.).
Using S3 with Glacier is an Enterprise feature. Even though I am working with Enterprise customers and S3 from time to time, I have not had anyone use Glacier, so can't say anything with regards to error messages there. I would advise to test/trial this, and/or check with Hyland Support.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.