Download file from drive

I am trying to download a file from drive.

I am using download file activity.
Can anyone tell me how to use this activity?

Hi @Mohammad.Fuad

Go through this

Hello @Mohammad.Fuad

Google Drive Scope (Authenticate to Google Drive)

Google Drive Get Files (Find the file you want)

    Criteria: File Name = "YourFileName.ext"
    Output: Store File ID in FileIDVariable


Download File

    File: FileIDVariable
    Destination: "LocalFilePath\YourFileName.ext"

Thanks & Cheers!!!