How to upload large file(In GBs) to mender server using mender APIs?

Hi Team,

My scenario is to upload the artifact using mender upload artifact API. As my file also stored in the storage account from their a trigger is uploading the file to mender server.
It is working fine for small file size around 200 MBs. But It is not working for large file around more than 2.5 GBs.
As we are unable to process the large file due to less memory available on server to download the large file from storage account.
Is their process to upload the large file in chunks to mender API?
Thanks
Akshat Vyas

Hi @AkshatVyas,

As far as I know, chunked uploads are not supported. If the upload fails, then inspect the resulting logs to identify the reason for the error.

Greets,
Josef