Download a file | Zoho Creator Help

Download a file

ZCReportAPIUtil

This utility lets you make use of the reports of your Zoho Creator applications in your Android apps.

Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage.
getFileDownloadURL(FileDownloadURLParams fileDownloadURLParams)

Returns the download URL for the file present in the specified file upload, image, audio, video, or signature field.

Parameters:

fileDownloadURLParamsA FileDownloadURLParams object.
getTemplateFileDownloadURL(String filepath)

Returns the download URL for the image uploaded in the print template.

Parameters:

filepathThe path of the file retrieved from the ZCRecordValue. It'll be the last segment in the URL string.