I am trying to download a file from drive.
I am using download file activity.
Can anyone tell me how to use this activity?
I am trying to download a file from drive.
I am using download file activity.
Can anyone tell me how to use this activity?
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!!!