How to download a file from Creator?

How to download a file from Creator?

I have a file upload field and I'm trying to download it to my desktop. I know about the API call which is supposed to download the file but it doesn't seem to be doing anything. 
  1. file_download = invokeurl
  2. [
  3. url :"https://creator.zoho.com/api/v2/myreport/file-storage/report/Upload_Report/" + fileID + "/PDF_Upload/download"
  4. type :GET
  5. connection:"file_report"
  6. ];
  7. info file_download;
Based on the info statement, it seems like a file is being returned with file_download but no file is being downloaded. I want to create a button on a page in creator that when pressed downloads a file to my computer. Is there any way to do that from Creator?