7. Download Contents
string signedUrl = ARGearManager.Instance.RequestSignedUrl(zipFileUrl, title, uuid);
// For a http module, please refer to HttpComponent script in our sample app.
_http.StartDownload(ARGEnum.ContentsType.ARGItem, signedUrl, uuid);Last updated
Was this helpful?