Hi,
I want to download file from the drive (google drive) into my local system.
Could anybody give any example for this usecase.
Thank you,
Hi,
I want to download file from the drive (google drive) into my local system.
Could anybody give any example for this usecase.
Thank you,
Hi,
I have an example although it is not the best in terms of ease of use (but it works)
${files}= Drive Search Files query=name contains 'myexcel.xlsx' folder_name=folder1
Drive Download Files file_dict=${files}[0]