Search

Download File

Last Updated: Dec 1, 2020

Articles

Use this function to download a file from the given URL.

Syntax

Download File (url, extension)

Parameters

Input Parameter Name Description
url URL to download the file from
extension Extension to save the file as

Sample

Download File (https:/ /drive.google.com/drive/folders/Invoices/Travel_Invoice.pdf, .pdf)

  • Downloads the file ‘Travel_Invoice.pdf’ from the URL ‘https:/ /drive.google.com/drive/folders/Invoices/Travel_Invoice.pdf’ and saves it as a .pdf file.

To view all the File functions, click here.

Did you find what you were looking for?